diff options
author | mtdjr <mtdjr@users.noreply.github.com> | 2018-09-26 15:23:30 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-09-26 12:23:30 -0700 |
commit | 96648a133de7f297157b7d447be59354c1200c09 (patch) | |
tree | 3960c496d673a807752207f4d49ad7d2cf408cf8 /users/mtdjr/mtdjr.c | |
parent | dbdbbbd5c9b1458f682eec661d0a17f91dccb4dc (diff) |
Keymap: mtdjr userspace changes and Nyquist keymap addition (#3940)
* holefully correct error in mtdjr userspace for layer_state_set_user
* return state and wrap rgb actions in their own conditional
* mtdjr nyquist and userspace updates
* mtdjr updates as requested
Diffstat (limited to 'users/mtdjr/mtdjr.c')
-rw-r--r-- | users/mtdjr/mtdjr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/mtdjr/mtdjr.c b/users/mtdjr/mtdjr.c index d8d6871a17..c31b077b46 100644 --- a/users/mtdjr/mtdjr.c +++ b/users/mtdjr/mtdjr.c @@ -5,7 +5,7 @@ #endif #ifndef RGB_MODE - #define RGB_MODE 16 + #define RGB_MODE 2 #endif #ifndef RGB_HUE #define RGB_HUE 285 |