diff options
| author | Ryan | 2022-10-21 16:46:10 +0200 |
|---|---|---|
| committer | GitHub | 2022-10-21 16:46:10 +0200 |
| commit | 7cbff9d921879ef3c54837cb2ffc455e019f45b4 (patch) | |
| tree | 03e6555c188204115bafeedd65fb66a5fa03fc5a /keyboards/kprepublic/bm43hsrgb | |
| parent | b33fc349671148bff6f0a60172b53c51e59cda49 (diff) | |
Deprecate `KC_LOCK` for `QK_LOCK` (#18796)
Diffstat (limited to 'keyboards/kprepublic/bm43hsrgb')
| -rwxr-xr-x | keyboards/kprepublic/bm43hsrgb/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kprepublic/bm43hsrgb/rules.mk b/keyboards/kprepublic/bm43hsrgb/rules.mk index 30dc2eaefe..296559b474 100755 --- a/keyboards/kprepublic/bm43hsrgb/rules.mk +++ b/keyboards/kprepublic/bm43hsrgb/rules.mk @@ -17,4 +17,4 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output -KEY_LOCK_ENABLE = no # Enable KC_LOCK support +KEY_LOCK_ENABLE = no |