Remove/migrate action_get_macro()s from default keymaps (#5625)
* Remove/migrate action_get_macro()s from default keymaps * Leave these breaks alone
This commit is contained in:
parent
2a231457bd
commit
f14629ed1c
119 changed files with 286 additions and 1860 deletions
|
@ -12,8 +12,8 @@
|
|||
#define PEDAL_DELAY 250
|
||||
#define KEY_DELAY 130
|
||||
|
||||
enum macros {
|
||||
M_LP = SAFE_RANGE, // left pedal
|
||||
enum custom_keycodes {
|
||||
M_LP = SAFE_RANGE, // left pedal
|
||||
M_RP, // right pedal
|
||||
M_SF, // shift
|
||||
M_SFS, // shift and space
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue