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.h | |
parent | dbdbbbd5c9b1458f682eec661d0a17f91dccb4dc (diff) | |
download | qmk_firmware-96648a133de7f297157b7d447be59354c1200c09.tar.gz |
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.h')
-rw-r--r-- | users/mtdjr/mtdjr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |