diff options
author | QMK Bot <hello@qmk.fm> | 2021-06-03 18:40:18 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-06-03 18:40:18 +0000 |
commit | 17f51fa9df84ce48cd8c3d8cc9a52011bc5c771a (patch) | |
tree | 9c8643fd8c8d221ee9301ba024ee637d0aec51c5 /layouts/community/split_3x6_3/bcat/config.h | |
parent | a6f030fb42e16de594a8456efa49c3abad167a46 (diff) | |
parent | 6eb18a6ccb064c368a420fa574dd03b05cf7ca56 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'layouts/community/split_3x6_3/bcat/config.h')
-rw-r--r-- | layouts/community/split_3x6_3/bcat/config.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/layouts/community/split_3x6_3/bcat/config.h b/layouts/community/split_3x6_3/bcat/config.h index e177f0ffcb..b8743429cf 100644 --- a/layouts/community/split_3x6_3/bcat/config.h +++ b/layouts/community/split_3x6_3/bcat/config.h @@ -16,16 +16,9 @@ #pragma once -#if defined(KEYBOARD_crkbd_rev1_common) || defined(KEYBOARD_crkbd_rev1_legacy) +#if defined(KEYBOARD_crkbd_rev1) # define EE_HANDS -# if defined(RGBLIGHT_ENABLE) -/* Configure RGB for underglow only (first six LEDs on each side). */ -# undef RGBLED_SPLIT -# define RGBLED_SPLIT \ - { 6, 6 } -# endif - # if defined(RGB_MATRIX_ENABLE) /* Limit max RGB LED current to avoid tripping controller fuse. */ # undef RGB_MATRIX_MAXIMUM_BRIGHTNESS |