diff options
author | Ryan <fauxpark@gmail.com> | 2022-10-22 01:46:10 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 15:46:10 +0100 |
commit | 7cbff9d921879ef3c54837cb2ffc455e019f45b4 (patch) | |
tree | 03e6555c188204115bafeedd65fb66a5fa03fc5a /keyboards/winry | |
parent | b33fc349671148bff6f0a60172b53c51e59cda49 (diff) |
Deprecate `KC_LOCK` for `QK_LOCK` (#18796)
Diffstat (limited to 'keyboards/winry')
-rw-r--r-- | keyboards/winry/winry25tc/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/winry/winry25tc/rules.mk b/keyboards/winry/winry25tc/rules.mk index b0352b513c..53a67bd4ae 100644 --- a/keyboards/winry/winry25tc/rules.mk +++ b/keyboards/winry/winry25tc/rules.mk @@ -16,4 +16,4 @@ NKRO_ENABLE = no # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -KEY_LOCK_ENABLE = yes # Enable KC_LOCK support +KEY_LOCK_ENABLE = yes |