Updating everything to use the new userspace format

This commit is contained in:
2023-11-20 09:48:05 -06:00
parent 3f3579bacc
commit 1b22dc64bb
20 changed files with 258 additions and 286 deletions

View File

@@ -8,12 +8,14 @@
enum {
TD_Q_ESC,
TD_W_GRV
TD_W_GRV,
BRT_OPA
};
// Tap dance keycodes
#define Q_ESC TD(TD_Q_ESC)
#define W_GRV TD(TD_W_GRV)
#define TD_OPAR TD(BRT_OPA)
// Custom keycodes
@@ -21,7 +23,7 @@ enum {
enum {
CUSTOM_KEYCODE_START = SAFE_RANGE,
M_PASS1,
M_PASS12,
M_PASS2,
CUSTOM_KEYCODE_END
};