mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 11:31:13 +00:00
use correct keycode for keyboard-specific custom keycodes
This commit is contained in:
parent
f9b1b29e6b
commit
71d5f85ae8
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
/* Custom keycodes for Lighting and Bluetooth control */
|
/* Custom keycodes for Lighting and Bluetooth control */
|
||||||
enum anne_pro_keycodes {
|
enum anne_pro_keycodes {
|
||||||
APL_RGB = QK_USER,
|
APL_RGB = QK_KB,
|
||||||
APL_RAT,
|
APL_RAT,
|
||||||
APL_BRT,
|
APL_BRT,
|
||||||
APL_MOD,
|
APL_MOD,
|
||||||
|
Loading…
Reference in New Issue
Block a user