summaryrefslogtreecommitdiff
path: root/keyboards/idobao/id75/keymaps/egstad/readme.md
diff options
context:
space:
mode:
authorpeepeetee <43021794+peepeetee@users.noreply.github.com>2022-01-17 03:53:11 +0800
committerGitHub <noreply@github.com>2022-01-17 06:53:11 +1100
commit15290f43669d1ca0a97631f144fa361477d329d3 (patch)
tree64e3aa5c0c62fe3824a87f1108d869a49ac3552b /keyboards/idobao/id75/keymaps/egstad/readme.md
parent1d3c2cededd43dbe5a091c1495aafb6cebc99220 (diff)
downloadqmk_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/idobao/id75/keymaps/egstad/readme.md')
-rw-r--r--keyboards/idobao/id75/keymaps/egstad/readme.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/idobao/id75/keymaps/egstad/readme.md b/keyboards/idobao/id75/keymaps/egstad/readme.md
new file mode 100644
index 0000000000..2de44ad9cc
--- /dev/null
+++ b/keyboards/idobao/id75/keymaps/egstad/readme.md
@@ -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 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
+```