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/config.h | |
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/config.h')
-rw-r--r-- | keyboards/keebio/nyquist/keymaps/georgepetri/config.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/keyboards/keebio/nyquist/keymaps/georgepetri/config.h b/keyboards/keebio/nyquist/keymaps/georgepetri/config.h index bc7fed826d..d13d3294fd 100644 --- a/keyboards/keebio/nyquist/keymaps/georgepetri/config.h +++ b/keyboards/keebio/nyquist/keymaps/georgepetri/config.h @@ -17,11 +17,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -// #define USE_I2C - -/* Select hand configuration */ -// #define MASTER_RIGHT -// #define EE_HANDS - #undef RGBLED_NUM #define RGBLED_NUM 12 +#define RGBLIGHT_LAYERS + +#define TAPPING_TOGGLE 2 +#define TAPPING_TERM 150 |