[Keyboard] Fix macro keycode for alpha keyboard (#5633)
This commit is contained in:
parent
0a6beab224
commit
416eb1dee7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
#define OTHER 3
|
||||
|
||||
enum custom_keycodes {
|
||||
MACRO1
|
||||
MACRO1 = SAFE_RANGE
|
||||
};
|
||||
|
||||
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
|
|
Loading…
Reference in a new issue