diff options
author | takashicompany <t@kashi.company> | 2022-05-11 03:07:01 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 11:07:01 -0700 |
commit | 615dbd62e945fde4c26335ed24774d1feeb1dadf (patch) | |
tree | 6aed5050af2c702ea87b9ece92ac34fea301db4a /keyboards | |
parent | a3e057e779ae1d9f827a859722428f03c2b118f1 (diff) | |
download | qmk_firmware-615dbd62e945fde4c26335ed24774d1feeb1dadf.tar.gz qmk_firmware-615dbd62e945fde4c26335ed24774d1feeb1dadf.zip |
[Keyboard] Fix led num for center_enter/qoolee (#17050)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/takashicompany/center_enter/config.h | 2 | ||||
-rw-r--r-- | keyboards/takashicompany/qoolee/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/takashicompany/center_enter/config.h b/keyboards/takashicompany/center_enter/config.h index 9900d35f37..d6840ca682 100644 --- a/keyboards/takashicompany/center_enter/config.h +++ b/keyboards/takashicompany/center_enter/config.h @@ -68,7 +68,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGB_DI_PIN D3 #ifdef RGB_DI_PIN -# define RGBLED_NUM 16 +# define RGBLED_NUM 6 # define RGBLIGHT_HUE_STEP 8 # define RGBLIGHT_SAT_STEP 8 # define RGBLIGHT_VAL_STEP 8 diff --git a/keyboards/takashicompany/qoolee/config.h b/keyboards/takashicompany/qoolee/config.h index 3095f84159..36bb330c95 100644 --- a/keyboards/takashicompany/qoolee/config.h +++ b/keyboards/takashicompany/qoolee/config.h @@ -68,7 +68,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGB_DI_PIN D3 #ifdef RGB_DI_PIN -# define RGBLED_NUM 16 +# define RGBLED_NUM 6 # define RGBLIGHT_HUE_STEP 8 # define RGBLIGHT_SAT_STEP 8 # define RGBLIGHT_VAL_STEP 8 |