Remove hardcoded VIA keycode range (#18956)
This commit is contained in:
parent
54682f961e
commit
a070c4c501
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ typedef union {
|
|||
|
||||
// Start these at the USER code range in VIA
|
||||
enum my_keycodes {
|
||||
ENC_PRESS = 0x5F80,
|
||||
ENC_PRESS = USER00,
|
||||
CLOCK_SET,
|
||||
OLED_TOGG
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue