mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-07 16:14:17 -04:00
Remove hardcoded VIA keycode range (#18956)
This commit is contained in:
parent
3c0bdfd69c
commit
8d7635329f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ enum layer_names {
|
|||
#define KC_DISC_MUTE KC_F23
|
||||
#define KC_DISC_DEAF KC_F24
|
||||
#define NUM_CUST_KEYCODES (_NUM_CUST_KCS - SAFE_RANGE)
|
||||
#define VIA_KEYCODE_RANGE 0x5F80
|
||||
#define VIA_KEYCODE_RANGE USER00
|
||||
|
||||
enum custom_keycodes {
|
||||
PROG = SAFE_RANGE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue