Skip to content

Commit

Permalink
Add nudge layer to preonic
Browse files Browse the repository at this point in the history
  • Loading branch information
evantravers committed Jan 17, 2025
1 parent 5b07ae8 commit 384de71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions keyboards/preonic/rev3_drop/keymaps/evantravers/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
_______, _______, ____LH_THUMBS_SHT____, ____RH_THUMBS_SHT____, _______, _______
),

[_NUDGE] = LAYOUT_preonic_2x2u_wrapper(
___________________BLANK___________________, _______, _______, ___________________BLANK___________________,
_________________NUDGE_R1__________________, _______, _______, ___________________BLANK___________________,
_________________NUDGE_R2__________________, _______, _______, ___________________BLANK___________________,
_________________NUDGE_R3__________________, _______, _______, ___________________BLANK___________________,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______
),


[_ADJUST] = LAYOUT_preonic_2x2u_wrapper(
KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
Expand Down

0 comments on commit 384de71

Please sign in to comment.