diff options
author | jack <0x6A73@pm.me> | 2022-09-30 15:26:40 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 22:26:40 +0100 |
commit | d1903f4dd47c13ab7b3d338a43ee10233385c6d6 (patch) | |
tree | 01841534cec11271c3ce9a4ca9c1deb03709ee4d /keyboards/controllerworks/mini42/config.h | |
parent | 394ded234faca06a58ab9f7441a02fbe7a83f866 (diff) |
Fixup controllerworks/mini42 (#18553)
fix up stuff by waffle
Diffstat (limited to 'keyboards/controllerworks/mini42/config.h')
-rw-r--r-- | keyboards/controllerworks/mini42/config.h | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/keyboards/controllerworks/mini42/config.h b/keyboards/controllerworks/mini42/config.h index a56fa70402..420e616ad2 100644 --- a/keyboards/controllerworks/mini42/config.h +++ b/keyboards/controllerworks/mini42/config.h @@ -17,16 +17,9 @@ #pragma once -#include "config_common.h" - -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -/* #define DEBOUNCE 5 */ - #define WS2812_PIO_USE_PIO1 #define RGBLED_NUM 54 -#define DRIVER_LED_TOTAL RGBLED_NUM -#define RGB_MATRIX_SPLIT \ - { 27, 27 } +#define RGB_MATRIX_LED_COUNT RGBLED_NUM #define SPLIT_TRANSPORT_MIRROR #define SPLIT_LAYER_STATE_ENABLE @@ -50,20 +43,3 @@ /* Top right key on right half */ #define BOOTMAGIC_LITE_ROW_RIGHT 0 #define BOOTMAGIC_LITE_COLUMN_RIGHT 0 -/* - * Feature disable options - * These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -//#define NO_DEBUG - -/* disable print */ -//#define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT - - |