diff options
author | Joel Challis <git@zvecr.com> | 2024-02-01 12:05:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-01 12:05:29 +0000 |
commit | 6761936fcd28d21df7e6dde27584d75d0df22262 (patch) | |
tree | 15d34b9e7acab9fe6c8874e158a5f7209465eb06 /keyboards/kprepublic/bm16a/v2 | |
parent | 3dee67a05a7f64991924dd92762194a9233e3b2f (diff) |
Migrate RGB Matrix config to info.json - K (#22911)
Diffstat (limited to 'keyboards/kprepublic/bm16a/v2')
-rw-r--r-- | keyboards/kprepublic/bm16a/v2/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/kprepublic/bm16a/v2/config.h b/keyboards/kprepublic/bm16a/v2/config.h index 4f8f76b6b8..3ef55f3d42 100644 --- a/keyboards/kprepublic/bm16a/v2/config.h +++ b/keyboards/kprepublic/bm16a/v2/config.h @@ -3,8 +3,6 @@ #pragma once -#define RGB_MATRIX_LED_COUNT 16 - #define WS2812_PWM_DRIVER PWMD4 #define WS2812_PWM_CHANNEL 4 #define WS2812_DMA_STREAM STM32_DMA1_STREAM7 |