use correct keycode for keyboard-specific custom keycodes

This commit is contained in:
Joel Beckmeyer 2025-03-07 09:15:42 -05:00
parent f9b1b29e6b
commit 71d5f85ae8

View File

@ -19,7 +19,7 @@
/* Custom keycodes for Lighting and Bluetooth control */
enum anne_pro_keycodes {
APL_RGB = QK_USER,
APL_RGB = QK_KB,
APL_RAT,
APL_BRT,
APL_MOD,