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/bm65hsrgb | |
parent | 3dee67a05a7f64991924dd92762194a9233e3b2f (diff) |
Migrate RGB Matrix config to info.json - K (#22911)
Diffstat (limited to 'keyboards/kprepublic/bm65hsrgb')
-rw-r--r-- | keyboards/kprepublic/bm65hsrgb/rev1/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/kprepublic/bm65hsrgb/rev1/config.h b/keyboards/kprepublic/bm65hsrgb/rev1/config.h index ef410e9441..944a3a8423 100644 --- a/keyboards/kprepublic/bm65hsrgb/rev1/config.h +++ b/keyboards/kprepublic/bm65hsrgb/rev1/config.h @@ -17,10 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -// The number of LEDs connected -#define RGB_MATRIX_LED_COUNT 73 - #define RGB_MATRIX_KEYPRESSES // reacts to keypresses - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ |