Removing layer taps

- Decided I didn't mind having 0 where it is and not having layer taps
This commit is contained in:
Victor 2024-05-24 21:09:00 -05:00
parent 1a1a230c1c
commit 81b0596b0a
Failed to generate hash of commit
5 changed files with 2 additions and 18 deletions

View file

@ -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_________________