diff options
author | Ryan <fauxpark@gmail.com> | 2024-07-18 01:13:40 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-17 16:13:40 +0100 |
commit | 275e9de350d3588ddab058fda6536111b7a27fdc (patch) | |
tree | d61a716e6defcc61a7ee40c656230f9abeb8f922 /keyboards/doio | |
parent | 35356c4623ac767f81342fd49f90a193ab9afcf3 (diff) |
Remove pointless `RGB_MATRIX_LED_COUNT`s (#24133)
Diffstat (limited to 'keyboards/doio')
-rw-r--r-- | keyboards/doio/kb30/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/doio/kb30/config.h b/keyboards/doio/kb30/config.h index 04730a1f18..3dc7a76367 100644 --- a/keyboards/doio/kb30/config.h +++ b/keyboards/doio/kb30/config.h @@ -27,8 +27,6 @@ # define I2C_DRIVER I2CD2 #endif -#define RGB_MATRIX_LED_COUNT 36 - /* * Feature disable options * These options are also useful to firmware size reduction. |