Updating everything to use the new userspace format
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user