summaryrefslogtreecommitdiff
path: root/keyboards/morizon
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/morizon')
-rw-r--r--keyboards/morizon/config.h5
-rw-r--r--keyboards/morizon/info.json2
-rw-r--r--keyboards/morizon/rules.mk6
3 files changed, 2 insertions, 11 deletions
diff --git a/keyboards/morizon/config.h b/keyboards/morizon/config.h
index 732864d2ef..d19633a9ad 100644
--- a/keyboards/morizon/config.h
+++ b/keyboards/morizon/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 10
-#define MATRIX_COLS 7
#define MATRIX_ROW_PINS { D3, D2, D1, D0, D4, C6, D7, E6, B4, B5 }
#define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2, B6 }
diff --git a/keyboards/morizon/info.json b/keyboards/morizon/info.json
index 6c0c20837b..b012a2ecc6 100644
--- a/keyboards/morizon/info.json
+++ b/keyboards/morizon/info.json
@@ -8,6 +8,8 @@
"pid": "0x0000",
"device_version": "0.0.1"
},
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
"layouts": {
"LAYOUT": {
"layout": [
diff --git a/keyboards/morizon/rules.mk b/keyboards/morizon/rules.mk
index 9cfcaf1bbc..0377848055 100644
--- a/keyboards/morizon/rules.mk
+++ b/keyboards/morizon/rules.mk
@@ -1,9 +1,3 @@
-# MCU name
-MCU = atmega32u4
-
-# Bootloader selection
-BOOTLOADER = caterina
-
# Build Options
# change yes to no to disable
#