summaryrefslogtreecommitdiff
path: root/keyboards/handwired/aim65
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/aim65')
-rw-r--r--keyboards/handwired/aim65/config.h8
-rw-r--r--keyboards/handwired/aim65/info.json6
-rw-r--r--keyboards/handwired/aim65/rules.mk6
3 files changed, 6 insertions, 14 deletions
diff --git a/keyboards/handwired/aim65/config.h b/keyboards/handwired/aim65/config.h
index ae03460cc3..84e51951a9 100644
--- a/keyboards/handwired/aim65/config.h
+++ b/keyboards/handwired/aim65/config.h
@@ -16,11 +16,6 @@
#pragma once
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 8
-#define MATRIX_COLS 8
/*
* Keyboard Matrix Assignments
@@ -36,6 +31,3 @@
#define MATRIX_COL_PINS { D1, C6, B6, B2, F7, F6, F5, F4 }
#define DIODE_DIRECTION COL2ROW
-
-#define LED_CAPS_LOCK_PIN B0
-#define LED_PIN_ON_STATE 0
diff --git a/keyboards/handwired/aim65/info.json b/keyboards/handwired/aim65/info.json
index adb446d3cb..de4263d1cd 100644
--- a/keyboards/handwired/aim65/info.json
+++ b/keyboards/handwired/aim65/info.json
@@ -8,6 +8,12 @@
"pid": "0x0F34",
"device_version": "0.0.1"
},
+ "indicators": {
+ "caps_lock": "B0",
+ "on_state": 0
+ },
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
"layouts": {
"LAYOUT": {
"layout": [
diff --git a/keyboards/handwired/aim65/rules.mk b/keyboards/handwired/aim65/rules.mk
index 515ca5621f..ab2c49da70 100644
--- a/keyboards/handwired/aim65/rules.mk
+++ b/keyboards/handwired/aim65/rules.mk
@@ -1,9 +1,3 @@
-# MCU name
-MCU = atmega32u4
-
-# Bootloader selection
-BOOTLOADER = caterina
-
# Build Options
# change yes to no to disable
#