summaryrefslogtreecommitdiff
path: root/keyboards/yandrstudio/eau_r2/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/yandrstudio/eau_r2/config.h')
-rw-r--r--keyboards/yandrstudio/eau_r2/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/yandrstudio/eau_r2/config.h b/keyboards/yandrstudio/eau_r2/config.h
index 28cb9106bc..d1405b2bbf 100644
--- a/keyboards/yandrstudio/eau_r2/config.h
+++ b/keyboards/yandrstudio/eau_r2/config.h
@@ -14,11 +14,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 6
-#define MATRIX_COLS 17
#define MATRIX_COL_PINS { B7, A6, B6, B5, B4, B3, A5, A10, B1, B0, A7, A9, B11, B10, B2, A15, B15 }
#define MATRIX_ROW_PINS { A3, B9, B8, A4, C14, C13 }
@@ -26,9 +21,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 8
-
#ifdef RGBLIGHT_ENABLE
# define RGB_DI_PIN A8