diff options
author | Ryan <fauxpark@gmail.com> | 2023-01-30 03:44:16 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-29 16:44:16 +0000 |
commit | 043d8e1140e09327b72ed3bd55f369e1faf1a334 (patch) | |
tree | 6ee4dea5ce25f6b416927c846881d5f7849b12c2 /users/dshields | |
parent | 80cc6ad1877addf065e4ee46d595cfc2c7c56b71 (diff) |
Remove deprecated Quantum keycodes (#19712)
Diffstat (limited to 'users/dshields')
-rw-r--r-- | users/dshields/dshields.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/dshields/dshields.h b/users/dshields/dshields.h index 9ed0310645..4dd5db66bf 100644 --- a/users/dshields/dshields.h +++ b/users/dshields/dshields.h @@ -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 _______ |