Skip to content

Commit

Permalink
try tapdance game mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AW3i authored Oct 18, 2024
1 parent 504108e commit 5ac8e8b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ ZMK_TAP_DANCE(num_dance,
tapping-term-ms = <200>;
bindings = <&num_word NUM>, <&sl NUM>; // reverse this for sticky-num on single tap
)
ZMK_TAP_DANCE(gamestick,
tapping-term-ms = <200>;
bindings = <&sl GAME>, <&num_word NUM>; // reverse this for sticky-num on single tap
)

// smart-mouse, requires PR #1366
ZMK_TRI_STATE(smart_mouse,
Expand Down Expand Up @@ -274,7 +278,7 @@ ZMK_LAYER(sys,
//╭──────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭──────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭──────╮
X_LT _BT_SEL_KEYS_ X_MT ___ ___ ___ ___ ___ X_RT
//├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤
X_LM ___ ___ &bt BT_CLR ___ &bootloader X_MM &bootloader &df DEF ___ ___ &df GAME X_RM
X_LM ___ ___ &bt BT_CLR ___ &bootloader X_MM &bootloader ___ ___ ___ &gamestick X_RM
//├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤
X_LB &rgb_ug RGB_TOG &rgb_ug RGB_BRD &rgb_ug RGB_BRI ___ ___ X_MB ___ &rgb_ug RGB_SPD &rgb_ug RGB_SPI &rgb_ug RGB_EFR &rgb_ug RGB_EFF X_RB
//├──────┤ ╰─────────────┼─────────────┴─────────────┼─────────────┼─────────────┤ ├──────┤ ├─────────────┼─────────────┼─────────────┴───────────────────────────╯ ├──────┤
Expand Down

0 comments on commit 5ac8e8b

Please sign in to comment.