diff options
| author | DA | 2022-01-14 05:37:40 +0100 |
|---|---|---|
| committer | GitHub | 2022-01-14 05:37:40 +0100 |
| commit | 851cb7e406ec775462b9eb9975f1b0f34445b48f (patch) | |
| tree | 3f88242b1dc9a4f0d31f786591c3364cc3e81473 /keyboards/cherrybstudio/cb1800 | |
| parent | 5d51fd4015151c900e79fefc8ece887ce213fae3 (diff) | |
[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/cb1800')
| -rw-r--r-- | keyboards/cherrybstudio/cb1800/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/cherrybstudio/cb1800/config.h b/keyboards/cherrybstudio/cb1800/config.h index 81d24669dc..a9932fe735 100644 --- a/keyboards/cherrybstudio/cb1800/config.h +++ b/keyboards/cherrybstudio/cb1800/config.h @@ -48,7 +48,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define LED_CAPS_LOCK_PIN F5 #define LED_NUM_LOCK_PIN F6 #define LED_SCROLL_LOCK_PIN F7 - +#define LED_PIN_ON_STATE 0 /* Set 0 if debouncing isn't needed */ #define DEBOUNCE 5 |