diff options
author | George Petri <jaxartez@gmail.com> | 2020-03-30 00:14:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-29 22:14:43 +0100 |
commit | 74c01654c771f120ab29ffabac833497a086eacf (patch) | |
tree | 141947d68a22e66c14793b3735c35c41b759a252 /keyboards/keebio/nyquist/keymaps/georgepetri/rules.mk | |
parent | dc98d44582eac7b4bcdafc21e5c43814aa7959ab (diff) |
Update keymap keebio/nyquist (#8602)
* format code, add shift color
* testing colors
* todos, shift on right
* changed colors
* use rgh layers api
* impl shift layer
* replace xor with !=
* moved shift rbg
* breathing animation, simplyfy layers
* remove breating animation
* use tt
* minor cleanup
* debounce eager, lto
* shut down rbg when poweroff
* update readme
* readme.md fix
* more readme.md fix
* more readme.md fix
Diffstat (limited to 'keyboards/keebio/nyquist/keymaps/georgepetri/rules.mk')
-rw-r--r-- | keyboards/keebio/nyquist/keymaps/georgepetri/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/keebio/nyquist/keymaps/georgepetri/rules.mk b/keyboards/keebio/nyquist/keymaps/georgepetri/rules.mk index 2e145d5a88..4010d90f03 100644 --- a/keyboards/keebio/nyquist/keymaps/georgepetri/rules.mk +++ b/keyboards/keebio/nyquist/keymaps/georgepetri/rules.mk @@ -1,3 +1,5 @@ -RGBLIGHT_ENABLE = yes MOUSEKEY_ENABLE = no COMMAND_ENABLE = no +RGBLIGHT_ENABLE = yes +LTO_ENABLE = yes +DEBOUNCE_TYPE = eager_pk |