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 a664099e8..e68ed4a92 100644 --- a/keyboards/jacky_studio/bear_65/config.h +++ b/keyboards/jacky_studio/bear_65/config.h | |||
| @@ -48,6 +48,8 @@ | |||
| 48 | 48 | ||
| 49 | #define DIODE_DIRECTION ROW2COL | 49 | #define DIODE_DIRECTION ROW2COL |
| 50 | 50 | ||
| 51 | #define LED_CAPS_LOCK_PIN C7 | ||
| 52 | |||
| 51 | #define BACKLIGHT_PIN B6 | 53 | #define BACKLIGHT_PIN B6 |
| 52 | #define BACKLIGHT_BREATHING | 54 | #define BACKLIGHT_BREATHING |
| 53 | #define BACKLIGHT_LEVELS 4 | 55 | #define BACKLIGHT_LEVELS 4 |
