summaryrefslogtreecommitdiff
path: root/keyboards/pimentoso/touhoupad
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/pimentoso/touhoupad')
-rw-r--r--keyboards/pimentoso/touhoupad/config.h3
-rw-r--r--keyboards/pimentoso/touhoupad/info.json2
-rw-r--r--keyboards/pimentoso/touhoupad/rules.mk6
3 files changed, 2 insertions, 9 deletions
diff --git a/keyboards/pimentoso/touhoupad/config.h b/keyboards/pimentoso/touhoupad/config.h
index 50ef700e06..46f40887db 100644
--- a/keyboards/pimentoso/touhoupad/config.h
+++ b/keyboards/pimentoso/touhoupad/config.h
@@ -15,7 +15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 1
#define MATRIX_COLS 10
@@ -41,5 +40,3 @@
#define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85 // 1 to 2.7
#define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255
#endif
-
-#define DEBOUNCE 5
diff --git a/keyboards/pimentoso/touhoupad/info.json b/keyboards/pimentoso/touhoupad/info.json
index 86cb56a1d5..755b1cf6ba 100644
--- a/keyboards/pimentoso/touhoupad/info.json
+++ b/keyboards/pimentoso/touhoupad/info.json
@@ -8,6 +8,8 @@
"pid": "0x0031",
"device_version": "0.0.1"
},
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
"layouts": {
"LAYOUT": {
"layout": [
diff --git a/keyboards/pimentoso/touhoupad/rules.mk b/keyboards/pimentoso/touhoupad/rules.mk
index 7d2cea91df..aa4c817d2a 100644
--- a/keyboards/pimentoso/touhoupad/rules.mk
+++ b/keyboards/pimentoso/touhoupad/rules.mk
@@ -1,9 +1,3 @@
-# MCU name
-MCU = atmega32u4
-
-# Bootloader selection
-BOOTLOADER = caterina
-
# Build Options
# change yes to no to disable
#