Skip to content

Commit

Permalink
Update ardux.dtsi
Browse files Browse the repository at this point in the history
Trying the same offsets in the main dtsi and the cradio keymap
  • Loading branch information
rclingman authored Sep 19, 2024
1 parent bc24bce commit 8c612d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/ardux.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
* In order to make this keymap flexible, you must setup the number of &none "offsets" to use
* The defines below should be set in your LOCAL keymap and using the above "NONE([hundreds],[tens],[ones])" macro for filling in the gaps
*****************************************/
#define LEADING_NONES NONE(0,0,6)
#define MIDDLE_NONES NONE(0,0,1)
#define TRAILING_NONES NONE(0,0,6)
// #define LEADING_NONES NONE(0, 1, 0)
// #define MIDDLE_NONES NONE(0, 0, 3)
// #define TRAILING_NONES NONE(0, 1, 0)
Expand Down

0 comments on commit 8c612d7

Please sign in to comment.