Skip to content

Commit

Permalink
docs(keymap): adding some eol docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvinsh committed Jan 17, 2024
1 parent 1b0ee66 commit 63a753d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/include/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
╰────────────┴────────────╯ ╰─────────────┴─────────────╯
*/

/*
* current layers
* #define DEF 0
* #define SYM 1
* #define NAV 2
* #define NUM 3
* #define FUN 4
*/

#define COMBO_HOOK require-prior-idle-ms = <150>;

#define MAKE_COMBO(NAME, BINDING, POS, LAYERS) \
Expand Down

0 comments on commit 63a753d

Please sign in to comment.