rename idobo to idobao/id75, move to vendor folder (#15661)

* rename idobo to idobao/id75, move to vendor folder

* add image, amend readme to id75

* add buying link
This commit is contained in:
peepeetee
2022-01-17 03:53:11 +08:00
committed by GitHub
parent 1d3c2ceded
commit 15290f4366
50 changed files with 11 additions and 6 deletions

View File

@@ -0,0 +1,17 @@
# Egstad's Idobo
## LEDs
By default, LEDs are enabled. There is a short bootup animation (`bootupAnimation()`) to indicate that the keyboard has powered up correctly.
On each keypress, the LEDs hue increases. This increase is determined the the `RGBLIGHT_HUE_STEP` value, which is assigned in `../config.h` (parent idobo directory). My local copy has this value set to `1`, so the incremental color shift is rather slow.
## Keeping up to date
To update your forks master, run the following, hitting the Enter key after each line:
```bash
git checkout master
git fetch upstream
git pull upstream master
git push origin master
```