Skip to content

Commit

Permalink
dactyl
Browse files Browse the repository at this point in the history
  • Loading branch information
sashalex007 committed Aug 7, 2024
1 parent a0535c6 commit 225163e
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions config/boards/shields/ergoalex/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#define SPR_KEY 23
#define NAV_KEY 45
#define NUM_KEY 41
#define NUM_KEY1 11
#define NUM_KEY2 12

//timing
#define FAST_TAP 60
Expand Down Expand Up @@ -102,16 +104,16 @@
│ __ __ __ __ __ │ │ __ 7 8 9 __ │
╰───────╮ XX __ __ │ │ __ __ __ ╭───────╯
╰────────────╯ ╰────────────╯ */
COMBO(one, &clh NUM N1, NUM_KEY 16, SLOW_TAP, SLOW_IDLE)
COMBO(two, &clh NUM N2, NUM_KEY 17, SLOW_TAP, SLOW_IDLE)
COMBO(three, &clh NUM N3, NUM_KEY 18, SLOW_TAP, SLOW_IDLE)
COMBO(zero, &clh NUM N0, NUM_KEY 25, SLOW_TAP, SLOW_IDLE)
COMBO(four, &clh NUM N4, NUM_KEY 26, SLOW_TAP, SLOW_IDLE)
COMBO(five, &clh NUM N5, NUM_KEY 27, SLOW_TAP, SLOW_IDLE)
COMBO(six, &clh NUM N6, NUM_KEY 28, SLOW_TAP, SLOW_IDLE)
COMBO(seven, &clh NUM N7, NUM_KEY 36, SLOW_TAP, SLOW_IDLE)
COMBO(eight, &clh NUM N8, NUM_KEY 37, SLOW_TAP, SLOW_IDLE)
COMBO(nine, &clh NUM N9, NUM_KEY 38, SLOW_TAP, SLOW_IDLE)
COMBO(one, &clh NUM N1, NUM_KEY1 NUM_KEY2 16, SLOW_TAP, SLOW_IDLE)
COMBO(two, &clh NUM N2, NUM_KEY1 NUM_KEY2 17, SLOW_TAP, SLOW_IDLE)
COMBO(three, &clh NUM N3, NUM_KEY1 NUM_KEY2 18, SLOW_TAP, SLOW_IDLE)
COMBO(zero, &clh NUM N0, NUM_KEY1 NUM_KEY2 25, SLOW_TAP, SLOW_IDLE)
COMBO(four, &clh NUM N4, NUM_KEY1 NUM_KEY2 26, SLOW_TAP, SLOW_IDLE)
COMBO(five, &clh NUM N5, NUM_KEY1 NUM_KEY2 27, SLOW_TAP, SLOW_IDLE)
COMBO(six, &clh NUM N6, NUM_KEY1 NUM_KEY2 28, SLOW_TAP, SLOW_IDLE)
COMBO(seven, &clh NUM N7, NUM_KEY1 NUM_KEY2 36, SLOW_TAP, SLOW_IDLE)
COMBO(eight, &clh NUM N8, NUM_KEY1 NUM_KEY2 37, SLOW_TAP, SLOW_IDLE)
COMBO(nine, &clh NUM N9, NUM_KEY1 NUM_KEY2 38, SLOW_TAP, SLOW_IDLE)

//fast nav combos
COMBO(nav_ret, &clh NAV RET, NAV_KEY 23, SLOW_TAP, SLOW_IDLE)
Expand Down

0 comments on commit 225163e

Please sign in to comment.