summaryrefslogtreecommitdiff
path: root/keyboards/argo_works
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-02-28 11:22:29 +1100
committerNick Brassel <nick@tzarc.org>2023-02-28 11:22:29 +1100
commitbacec14073b2e897d5a52caf12de5a6a1f7b4078 (patch)
treed4e3e57aac1a829a191831efd2e62c8a43217885 /keyboards/argo_works
parentd70e9b8659a7fbbd7069fd542bd07e67e04327a1 (diff)
parentb865b9e1706ad28ae4882bd2e0331e98808295fa (diff)
Merge remote-tracking branch 'upstream/develop'
Diffstat (limited to 'keyboards/argo_works')
-rw-r--r--keyboards/argo_works/ishi/80/mk0_avr/config.h25
-rw-r--r--keyboards/argo_works/ishi/80/mk0_avr/info.json3
-rw-r--r--keyboards/argo_works/ishi/80/mk0_avr_extra/config.h29
-rw-r--r--keyboards/argo_works/ishi/80/mk0_avr_extra/info.json3
-rw-r--r--keyboards/argo_works/ishi/80/mk0_avr_extra/rules.mk1
5 files changed, 6 insertions, 55 deletions
diff --git a/keyboards/argo_works/ishi/80/mk0_avr/config.h b/keyboards/argo_works/ishi/80/mk0_avr/config.h
deleted file mode 100644
index 9f36bc521d..0000000000
--- a/keyboards/argo_works/ishi/80/mk0_avr/config.h
+++ /dev/null
@@ -1,25 +0,0 @@
-// Copyright 2022 Jason Devadoss (@jasonj2232)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-#include "config_common.h"
-
-#define BOOTMAGIC_LITE_ROW 1
-#define BOOTMAGIC_LITE_COLUMN 0
-
-/*
- * Feature disable options
- * These options are also useful to firmware size reduction.
- */
-
-/* disable debug print */
-//#define NO_DEBUG
-
-/* disable print */
-//#define NO_PRINT
-
-/* disable action features */
-//#define NO_ACTION_LAYER
-//#define NO_ACTION_TAPPING
-//#define NO_ACTION_ONESHOT \ No newline at end of file
diff --git a/keyboards/argo_works/ishi/80/mk0_avr/info.json b/keyboards/argo_works/ishi/80/mk0_avr/info.json
index f685d6a20a..4bc73f02ce 100644
--- a/keyboards/argo_works/ishi/80/mk0_avr/info.json
+++ b/keyboards/argo_works/ishi/80/mk0_avr/info.json
@@ -10,6 +10,9 @@
"pid": "0x4930",
"vid": "0x4157"
},
+ "bootmagic": {
+ "matrix": [1, 0]
+ },
"features": {
"bootmagic": true,
"command": false,
diff --git a/keyboards/argo_works/ishi/80/mk0_avr_extra/config.h b/keyboards/argo_works/ishi/80/mk0_avr_extra/config.h
deleted file mode 100644
index eef1ee614e..0000000000
--- a/keyboards/argo_works/ishi/80/mk0_avr_extra/config.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright 2022 Jason Devadoss (@jasonj2232)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-#include "config_common.h"
-
-#define BOOTMAGIC_LITE_ROW 1
-#define BOOTMAGIC_LITE_COLUMN 0
-
-//Uncomment the below if the encoder direction is flipped/opposite to what is expected
-
-//#define ENCODER_DIRECTION_FLIP
-
-/*
- * Feature disable options
- * These options are also useful to firmware size reduction.
- */
-
-/* disable debug print */
-//#define NO_DEBUG
-
-/* disable print */
-//#define NO_PRINT
-
-/* disable action features */
-//#define NO_ACTION_LAYER
-//#define NO_ACTION_TAPPING
-//#define NO_ACTION_ONESHOT \ No newline at end of file
diff --git a/keyboards/argo_works/ishi/80/mk0_avr_extra/info.json b/keyboards/argo_works/ishi/80/mk0_avr_extra/info.json
index e96b2fd497..14662ad4ef 100644
--- a/keyboards/argo_works/ishi/80/mk0_avr_extra/info.json
+++ b/keyboards/argo_works/ishi/80/mk0_avr_extra/info.json
@@ -11,6 +11,9 @@
"pid": "0x4930",
"vid": "0x4157"
},
+ "bootmagic": {
+ "matrix": [1, 0]
+ },
"features": {
"bootmagic": true,
"command": false,
diff --git a/keyboards/argo_works/ishi/80/mk0_avr_extra/rules.mk b/keyboards/argo_works/ishi/80/mk0_avr_extra/rules.mk
index 93c8491671..1af84436ed 100644
--- a/keyboards/argo_works/ishi/80/mk0_avr_extra/rules.mk
+++ b/keyboards/argo_works/ishi/80/mk0_avr_extra/rules.mk
@@ -1,4 +1,3 @@
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
WPM_ENABLE = yes
-PIN_COMPATIBLE = elite_c \ No newline at end of file