mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08:00
[Keyboard] Fix macro keycode for alpha keyboard (#5633)
This commit is contained in:
parent
0a6beab224
commit
416eb1dee7
|
@ -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