[Keyboard] Fix macro keycode for alpha keyboard (#5633)

This commit is contained in:
marcoSchr 2019-04-17 00:57:24 +02:00 committed by Drashna Jaelre
parent 0a6beab224
commit 416eb1dee7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#define OTHER 3
enum custom_keycodes {
MACRO1
MACRO1 = SAFE_RANGE
};
bool process_record_user(uint16_t keycode, keyrecord_t *record) {