diff options
author | Adam Lee <adam@bigtuna.io> | 2017-05-07 14:36:10 -0700 |
---|---|---|
committer | Adam Lee <adam@bigtuna.io> | 2017-05-07 14:36:10 -0700 |
commit | f2fcab96a8dd8cc70d6785da76621c48df1af94c (patch) | |
tree | 9be0967ab0d3795e6d20299988c84280f3ad98f6 /keyboards/planck/keymaps/lucas/keymap.c | |
parent | f90321bdcbcbd196ee642cdd8cc31aa0f6ac121e (diff) | |
parent | 2704c163da590d3020f6d87717c400611de81110 (diff) | |
download | firmware-f2fcab96a8dd8cc70d6785da76621c48df1af94c.tar.gz firmware-f2fcab96a8dd8cc70d6785da76621c48df1af94c.tar.bz2 firmware-f2fcab96a8dd8cc70d6785da76621c48df1af94c.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'keyboards/planck/keymaps/lucas/keymap.c')
-rw-r--r-- | keyboards/planck/keymaps/lucas/keymap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/planck/keymaps/lucas/keymap.c b/keyboards/planck/keymaps/lucas/keymap.c index 2208780b1..491cd1d07 100644 --- a/keyboards/planck/keymaps/lucas/keymap.c +++ b/keyboards/planck/keymaps/lucas/keymap.c @@ -153,12 +153,12 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) case 1: // M(1) if (record->event.pressed) { unregister_code(KC_LSFT); - register_code(DE_MORE); + register_code(DE_LESS); } else { - unregister_code(DE_MORE); + unregister_code(DE_LESS); } break; } return MACRO_NONE; -};
\ No newline at end of file +}; |