summaryrefslogtreecommitdiff
path: root/keyboards/misonoworks/chocolatebar/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/misonoworks/chocolatebar/config.h')
-rw-r--r--keyboards/misonoworks/chocolatebar/config.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/misonoworks/chocolatebar/config.h b/keyboards/misonoworks/chocolatebar/config.h
index 438ed237e7..e5768a480d 100644
--- a/keyboards/misonoworks/chocolatebar/config.h
+++ b/keyboards/misonoworks/chocolatebar/config.h
@@ -17,11 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 4
-#define MATRIX_COLS 16
/* key matrix pins */
#define MATRIX_ROW_PINS { B0, B7, D2, D3 }
@@ -30,13 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-/* number of backlight levels */
-#ifdef BACKLIGHT_PIN
-#define BACKLIGHT_LEVELS 3
-#endif
-
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5
#define FORCE_NKRO
#define RGB_DI_PIN B1