1
0
Fork 0

Remove deprecated Quantum keycodes (#19712)

This commit is contained in:
Ryan 2023-01-30 03:44:16 +11:00 committed by GitHub
parent 80cc6ad187
commit 043d8e1140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
60 changed files with 102 additions and 386 deletions

View file

@ -52,8 +52,8 @@
#define LGT_TOG BL_TOGG
#define LGT_MOD BL_STEP
#define LGT_BRT BL_BRTG
#define LGT_INC BL_INC
#define LGT_DEC BL_DEC
#define LGT_INC BL_UP
#define LGT_DEC BL_DOWN
#else
#define LGT_TOG _______
#define LGT_MOD _______