diff options
author | stanrc85 <47038504+stanrc85@users.noreply.github.com> | 2021-06-03 20:30:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 17:30:32 -0700 |
commit | e660dcff092f341ea95ff11b4cc4360a9eedc81b (patch) | |
tree | 3c275f6e4274af802b87ba1cf6871535b38d2fa2 | |
parent | 6eb18a6ccb064c368a420fa574dd03b05cf7ca56 (diff) | |
download | qmk_firmware-e660dcff092f341ea95ff11b4cc4360a9eedc81b.tar.gz qmk_firmware-e660dcff092f341ea95ff11b4cc4360a9eedc81b.zip |
Fix caps lock indicator on Bear65 PCB (#12966)
-rw-r--r-- | keyboards/jacky_studio/bear_65/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/jacky_studio/bear_65/config.h b/keyboards/jacky_studio/bear_65/config.h index a664099e80..e68ed4a928 100644 --- a/keyboards/jacky_studio/bear_65/config.h +++ b/keyboards/jacky_studio/bear_65/config.h @@ -48,6 +48,8 @@ #define DIODE_DIRECTION ROW2COL +#define LED_CAPS_LOCK_PIN C7 + #define BACKLIGHT_PIN B6 #define BACKLIGHT_BREATHING #define BACKLIGHT_LEVELS 4 |