diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-10 22:48:53 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-10 22:48:53 +0000 |
commit | b113772bb1e81b7fc064741f2d9da6d9f5907b63 (patch) | |
tree | 455873cdb9c2a6846e04de23886e18b436e8366d /keyboards/hid_liber/config.h | |
parent | 40c7ecfdeaf50ab76e10854a84aebfcb82ddb092 (diff) | |
parent | 790f94533c936409e6be56e8b638969b42350180 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/hid_liber/config.h')
-rwxr-xr-x | keyboards/hid_liber/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/hid_liber/config.h b/keyboards/hid_liber/config.h index f35799b1ac..e0f92dee84 100755 --- a/keyboards/hid_liber/config.h +++ b/keyboards/hid_liber/config.h @@ -34,6 +34,10 @@ // HID Liberation Device uses custom matrix code to accomodate a 74HC238 3 to 8 decoder on pins B1, B2 and B3. //#define DIODE_DIRECTION +#define LED_CAPS_LOCK_PIN B5 +#define LED_SCROLL_LOCK_PIN B6 +#define LED_PIN_ON_STATE 0 + // #define BACKLIGHT_PIN B7 // #define BACKLIGHT_BREATHING // #define BACKLIGHT_LEVELS 3 |