]> git.donarmstrong.com Git - qmk_firmware.git/commit
Fix RGBLIGHT startup color (#1975)
authordrashna <drashna@live.com>
Mon, 6 Nov 2017 16:43:38 +0000 (08:43 -0800)
committerJack Humbert <jack.humb@gmail.com>
Mon, 6 Nov 2017 16:43:38 +0000 (11:43 -0500)
commit2c703b1528a287b29817bd1129471e20743cfaa5
tree7a7cb7aaaea59c3fce42e00bc302037ff21262b8
parent90a6fea4e8aa5c2bb8f9e10dbb90cce78208d01d
Fix RGBLIGHT startup color (#1975)

* Fix RGBLIGHT startup color

While it's awesome to see the layer indicating code in here (no really!), and the general rule is to not alter the default keymap/code....

The problem with the layer_state_set_kb call handling this, is that the code doesn't seem to be called at startup.  So the default layer color won't ever get set on startup.  It needs to be called in the init function to be properly set.

I've played with this extensively, and if you check my keymaps, that is precisely why I have the setrgb/sethsv in the init function.

* Removed typo (pipe)
keyboards/ergodox_ez/keymaps/default/keymap.c