diff options
| author | 2019-04-17 00:57:24 +0200 | |
|---|---|---|
| committer | 2019-04-16 15:57:24 -0700 | |
| commit | 416eb1dee7163ae7456e5b2288a2b67790b997c3 (patch) | |
| tree | 0b3a423d3d3fee8fd4bf85b4d4eb213a8782b546 | |
| parent | 0a6beab2243cd9183127041917bb4c3ce6a22bd9 (diff) | |
| download | qmk_firmware-416eb1dee7163ae7456e5b2288a2b67790b997c3.tar.gz | |
[Keyboard] Fix macro keycode for alpha keyboard (#5633)
| -rwxr-xr-x | keyboards/alpha/keymaps/default/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/alpha/keymaps/default/keymap.c b/keyboards/alpha/keymaps/default/keymap.c index e8d04b8e7..c18790fe4 100755 --- a/keyboards/alpha/keymaps/default/keymap.c +++ b/keyboards/alpha/keymaps/default/keymap.c @@ -6,7 +6,7 @@ #define OTHER 3 enum custom_keycodes { - MACRO1 + MACRO1 = SAFE_RANGE }; bool process_record_user(uint16_t keycode, keyrecord_t *record) { |