mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-04 22:54:16 -04:00
Removing layer taps
- Decided I didn't mind having 0 where it is and not having layer taps
This commit is contained in:
parent
1a1a230c1c
commit
81b0596b0a
5 changed files with 2 additions and 18 deletions
|
@ -47,7 +47,7 @@ enum keycodes {
|
|||
#define ___x___ KC_NO
|
||||
|
||||
// momentary layer
|
||||
#define NAV LT(_NAVIGATION, KC_0)
|
||||
#define NAV MO(_NAVIGATION)
|
||||
#define NUM MO(_NUMBER)
|
||||
#define CONFIG MO(_CONFIG)
|
||||
|
||||
|
@ -230,7 +230,7 @@ enum keycodes {
|
|||
|
||||
#define LAYER_NUMBER \
|
||||
KC_ESC, KC_BTN3, KC_BTN2, KC_BTN1, TR_GRV, ___x___, KC_7, KC_8, KC_9, KC_COMM, \
|
||||
_GACS_MODS________________________, TR_SCLN, ___x___, KC_4, KC_5, KC_6, KC_DOT, \
|
||||
_GACS_MODS________________________, TR_SCLN, KC_0, KC_4, KC_5, KC_6, KC_DOT, \
|
||||
_UCCPR_L___________________________________, ___x___, KC_1, KC_2, KC_3, KC_MINS, \
|
||||
_LAYER_TRANS_____________, _BASE_R4_________________
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue