summaryrefslogtreecommitdiff
path: root/keyboards/doio/kb38/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/doio/kb38/config.h')
-rw-r--r--keyboards/doio/kb38/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/doio/kb38/config.h b/keyboards/doio/kb38/config.h
index ba8eb14a11..740f1baea7 100644
--- a/keyboards/doio/kb38/config.h
+++ b/keyboards/doio/kb38/config.h
@@ -2,7 +2,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
-#include "config_common.h"
#define RGB_DI_PIN F6
#define RGB_MATRIX_LED_COUNT 44
@@ -17,11 +16,6 @@
#define ENABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON
#define RGB_MATRIX_DEFAULT_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS
-#define ENCODERS_PAD_A { C7, F7, D6 }
-#define ENCODERS_PAD_B { C6, E6, D7 }
-#define ENCODER_RESOLUTIONS { 4, 4, 2 }
-
-
/*
* Feature disable options
* These options are also useful to firmware size reduction.