keyboard/qmk/keyboards/idobo/keymaps/egstad
kemonine 089047d1e3 Update qmk sources 2020-12-25 15:21:40 -05:00
..
config.h Update qmk sources 2020-12-25 15:21:40 -05:00
keymap.c Update qmk sources 2020-12-25 15:21:40 -05:00
readme.md Update qmk sources 2020-12-25 15:21:40 -05:00
rules.mk Update qmk sources 2020-12-25 15:21:40 -05:00

readme.md

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:

git checkout master
git fetch upstream
git pull upstream master
git push origin master