diff options
author | DA <56441863+duongaanh@users.noreply.github.com> | 2022-01-14 11:37:40 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 20:37:40 -0800 |
commit | 851cb7e406ec775462b9eb9975f1b0f34445b48f (patch) | |
tree | 3f88242b1dc9a4f0d31f786591c3364cc3e81473 /keyboards/cherrybstudio/cb87/config.h | |
parent | 5d51fd4015151c900e79fefc8ece887ce213fae3 (diff) | |
download | qmk_firmware-851cb7e406ec775462b9eb9975f1b0f34445b48f.tar.gz qmk_firmware-851cb7e406ec775462b9eb9975f1b0f34445b48f.zip |
[Keyboard] and CB87v2 and CB87RGB and fixed CB1800 and CB87 (#15824)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/cherrybstudio/cb87/config.h')
-rw-r--r-- | keyboards/cherrybstudio/cb87/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/cherrybstudio/cb87/config.h b/keyboards/cherrybstudio/cb87/config.h index 41a153081d..41c7f3f25b 100644 --- a/keyboards/cherrybstudio/cb87/config.h +++ b/keyboards/cherrybstudio/cb87/config.h @@ -49,6 +49,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #endif #define LED_CAPS_LOCK_PIN F0 +#define LED_SCROLL_LOCK_PIN F4 +#define LED_PIN_ON_STATE 0 /* Set 0 if debouncing isn't needed */ #define DEBOUNCE 5 |