Skip to content

Commit

Permalink
plaid: tap layers to insert space
Browse files Browse the repository at this point in the history
  • Loading branch information
yroeht committed Nov 4, 2019
1 parent 4ba7996 commit 25eb6fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keyboards/plaid/keymaps/yroeht/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ enum plaid_keycodes {
LED_0
};

#define LOWER MO(_LOWER)
#define RAISE MO(_RAISE)
#define LOWER LT(_LOWER, KC_SPACE)
#define RAISE LT(_RAISE, KC_SPACE)

// array of keys considered modifiers for led purposes
const uint16_t modifiers[] = {
Expand Down Expand Up @@ -81,7 +81,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_ENT ,
KC_LCTL, KC_RALT, KC_LALT, KC_LGUI, LOWER, KC_SPC, KC_SPC, RAISE, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT
KC_RCTL, KC_LCTL, KC_LALT, KC_LGUI, LOWER, KC_SPC, KC_SPC, RAISE, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT
),

/* Lower
Expand Down

0 comments on commit 25eb6fe

Please sign in to comment.