diff options
author | upinthecloudz <46974709+upinthecloudz@users.noreply.github.com> | 2019-02-18 09:59:08 -0800 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-18 09:59:08 -0800 |
commit | 0cee0764fd9d53d6bb835e2db2340f2541870386 (patch) | |
tree | 1f0fd8ace7d8d21819ccfe2448a279493a0ac70b /keyboards/espectro/keymaps | |
parent | feee01192eacdbbdc92e76f965d6c93c695b2d2d (diff) |
Fix Espectro Mac keymap and add new layout option (#4923)
* Fix Espectro Mac keymap and add new layout option
* Fix keymap
* Fix keymap
Diffstat (limited to 'keyboards/espectro/keymaps')
-rw-r--r-- | keyboards/espectro/keymaps/mac/keymap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/espectro/keymaps/mac/keymap.c b/keyboards/espectro/keymaps/mac/keymap.c index 9c03e1345f..9bd75d61d6 100644 --- a/keyboards/espectro/keymaps/mac/keymap.c +++ b/keyboards/espectro/keymaps/mac/keymap.c @@ -132,7 +132,6 @@ ________________________________________________________________________________ }; - bool process_record_user(uint16_t keycode, keyrecord_t *record) { if (record->event.pressed) { switch (keycode) { @@ -159,8 +158,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { SEND_STRING(SS_DOWN(X_LALT) SS_DOWN(X_LGUI) SS_TAP(X_Q) SS_UP(X_LGUI) SS_UP(X_LALT)); return false; } - return false; } return true; }; - |