diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-01-17 03:53:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 06:53:11 +1100 |
commit | 15290f43669d1ca0a97631f144fa361477d329d3 (patch) | |
tree | 64e3aa5c0c62fe3824a87f1108d869a49ac3552b /keyboards/idobo/keymaps/egstad/readme.md | |
parent | 1d3c2cededd43dbe5a091c1495aafb6cebc99220 (diff) | |
download | qmk_firmware-15290f43669d1ca0a97631f144fa361477d329d3.tar.gz qmk_firmware-15290f43669d1ca0a97631f144fa361477d329d3.zip |
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
Diffstat (limited to 'keyboards/idobo/keymaps/egstad/readme.md')
-rw-r--r-- | keyboards/idobo/keymaps/egstad/readme.md | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/idobo/keymaps/egstad/readme.md b/keyboards/idobo/keymaps/egstad/readme.md deleted file mode 100644 index 2de44ad9cc..0000000000 --- a/keyboards/idobo/keymaps/egstad/readme.md +++ /dev/null @@ -1,17 +0,0 @@ -# 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 fork’s 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 -``` |