1
0
Fork 0

Fix Espectro Mac keymap and add new layout option (#4923)

* Fix Espectro Mac keymap and add new layout option

* Fix keymap

* Fix keymap
This commit is contained in:
upinthecloudz 2019-02-18 09:59:08 -08:00 committed by MechMerlin
parent feee01192e
commit 0cee0764fd
2 changed files with 20 additions and 4 deletions

View file

@ -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;
};