Skip to content

Commit

Permalink
tweak keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
tlyu committed Jun 5, 2024
1 parent 9303a03 commit 5114581
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions examples/Devices/Adafruit/NeoTrellis/NeoTrellis.ino
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,19 @@ enum {
KEYMAPS(
[PRIMARY] = KEYMAP_STACKED
(Key_1, Key_2, Key_3, Key_LEDEffectNext,
Key_4, Key_5, Key_6, Key_A,
Key_7, Key_8, Key_9, Key_B,
Key_C, Key_0, Key_D, Key_E)
Key_4, Key_5, Key_6, LockLayer(NUMPAD),
Key_7, Key_8, Key_9, LockLayer(FUNCTION),
Key_A, Key_0, Key_B, Key_C),
[NUMPAD] = KEYMAP_STACKED
(Key_D, ___, ___, ___,
___, ___, ___, ___,
___, ___, ___, XXX,
___, ___, ___, ___),
[FUNCTION] = KEYMAP_STACKED
(Key_mouseWarpNW, Key_mouseUp, Key_mouseWarpNE, ___,
Key_mouseL, Key_mouseBtnL, Key_mouseR, XXX,
Key_mouseWarpSW, Key_mouseDn, Key_mouseWarpSE, ___,
___, ___, SYSTEM_KEY(HID_DO_NOT_DISTURB, HID_TYPE_OSC), Consumer_Mute)
) // KEYMAPS(

/* Re-enable astyle's indent enforcement */
Expand Down

0 comments on commit 5114581

Please sign in to comment.