summaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
authormtdjr <mtdjr@users.noreply.github.com>2018-09-26 21:23:30 +0200
committerDrashna Jaelre <drashna@live.com>2018-09-26 21:23:30 +0200
commit96648a133de7f297157b7d447be59354c1200c09 (patch)
tree3960c496d673a807752207f4d49ad7d2cf408cf8 /users
parentdbdbbbd5c9b1458f682eec661d0a17f91dccb4dc (diff)
downloadqmk_firmware-96648a133de7f297157b7d447be59354c1200c09.tar.gz
qmk_firmware-96648a133de7f297157b7d447be59354c1200c09.tar.xz
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')
-rw-r--r--users/mtdjr/mtdjr.c2
-rw-r--r--users/mtdjr/mtdjr.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/users/mtdjr/mtdjr.c b/users/mtdjr/mtdjr.c
index d8d6871a1..c31b077b4 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
diff --git a/users/mtdjr/mtdjr.h b/users/mtdjr/mtdjr.h
index 3efcb45ec..85ca1596d 100644
--- a/users/mtdjr/mtdjr.h
+++ b/users/mtdjr/mtdjr.h
@@ -95,7 +95,7 @@ enum user_tapdance {
#define KC_BLD BL_DEC
#define KC_BLB BL_BRTG
#define KC_BLON BL_ON
-#define KB_BLOF BL_OFF
+#define KC_BLOF BL_OFF
#endif