Skip to content

Commit

Permalink
dactyl
Browse files Browse the repository at this point in the history
  • Loading branch information
sashalex007 committed Jul 18, 2024
1 parent ca06742 commit 6985d74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/boards/shields/ergoalex/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#define NAV 1
#define SPL 2
#define SPR 3
#define WIN 5
#define NAVWIN 6

//pseudo-mod-keys
#define SPL_KEY 26
Expand All @@ -22,7 +24,7 @@
combo_##NAME { \
bindings = <BINDINGS>; \
key-positions = <KEYPOS>; \
layers = <DEF>; \
layers = <DEF, WIN>; \
timeout-ms = <TAP>; \
require-prior-idle-ms = <IDLE>; \
slow-release; \
Expand Down

0 comments on commit 6985d74

Please sign in to comment.