summaryrefslogtreecommitdiff
path: root/keyboards/hp69
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hp69')
-rw-r--r--keyboards/hp69/config.h7
-rw-r--r--keyboards/hp69/info.json7
-rw-r--r--keyboards/hp69/rules.mk7
3 files changed, 7 insertions, 14 deletions
diff --git a/keyboards/hp69/config.h b/keyboards/hp69/config.h
index e77be95ecb..d51682491d 100644
--- a/keyboards/hp69/config.h
+++ b/keyboards/hp69/config.h
@@ -17,11 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
-/* key matrix size */
-#define MATRIX_ROWS 5
-#define MATRIX_COLS 15
/*
* Keyboard Matrix Assignments
*
@@ -54,6 +50,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define AUDIO_PIN A5
#define AUDIO_PIN_ALT A4
#define AUDIO_PIN_ALT_AS_NEGATIVE
-
-#define LED_CAPS_LOCK_PIN A6
-#define LED_SCROLL_LOCK_PIN A7
diff --git a/keyboards/hp69/info.json b/keyboards/hp69/info.json
index c026ca99e7..d411fae52b 100644
--- a/keyboards/hp69/info.json
+++ b/keyboards/hp69/info.json
@@ -8,6 +8,13 @@
"pid": "0x0001",
"device_version": "0.1.1"
},
+ "indicators": {
+ "caps_lock": "A6",
+ "scroll_lock": "A7"
+ },
+ "processor": "STM32F303",
+ "bootloader": "stm32-dfu",
+ "board": "QMK_PROTON_C",
"layouts": {
"LAYOUT": {
"layout": [
diff --git a/keyboards/hp69/rules.mk b/keyboards/hp69/rules.mk
index 6deb7a3162..b851d0ab39 100644
--- a/keyboards/hp69/rules.mk
+++ b/keyboards/hp69/rules.mk
@@ -1,10 +1,3 @@
-# MCU name
-MCU = STM32F303
-BOARD = QMK_PROTON_C
-
-# Bootloader selection
-BOOTLOADER = stm32-dfu
-
# Build Options
# change yes to no to disable
#