summaryrefslogtreecommitdiff
path: root/keyboards/hs60
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-23 09:20:23 +1100
committerGitHub <noreply@github.com>2023-02-23 09:20:23 +1100
commit3bf01bb9ed202b14f78105db2aa2a75d01fc4323 (patch)
treee492f428742358d7e75a228314d92b818ee0370d /keyboards/hs60
parent7f805cc7799deb0ca75f751cebd32c6640058af9 (diff)
Move QMK LUFA bootloader config to data driven (#19879)
Diffstat (limited to 'keyboards/hs60')
-rw-r--r--keyboards/hs60/v1/config.h5
-rw-r--r--keyboards/hs60/v1/info.json4
2 files changed, 4 insertions, 5 deletions
diff --git a/keyboards/hs60/v1/config.h b/keyboards/hs60/v1/config.h
index 2add4f62be..36db915bd7 100644
--- a/keyboards/hs60/v1/config.h
+++ b/keyboards/hs60/v1/config.h
@@ -31,11 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
31#define MATRIX_ROW_PINS { B0, B1, B2, B3, F7 } 31#define MATRIX_ROW_PINS { B0, B1, B2, B3, F7 }
32#define MATRIX_COL_PINS { F1, F4, F5, E6, F0, B7, D2, D3, D5, D4, D6, D7, B4, B5 } 32#define MATRIX_COL_PINS { F1, F4, F5, E6, F0, B7, D2, D3, D5, D4, D6, D7, B4, B5 }
33 33
34/* bootloader configuration */
35
36#define QMK_ESC_OUTPUT B5 // usually COL
37#define QMK_ESC_INPUT B2 // usually ROW
38
39/* COL2ROW, ROW2COL*/ 34/* COL2ROW, ROW2COL*/
40#define DIODE_DIRECTION COL2ROW 35#define DIODE_DIRECTION COL2ROW
41 36
diff --git a/keyboards/hs60/v1/info.json b/keyboards/hs60/v1/info.json
index 2c723f58b5..33e1d46b08 100644
--- a/keyboards/hs60/v1/info.json
+++ b/keyboards/hs60/v1/info.json
@@ -8,6 +8,10 @@
8 "pid": "0x0257", 8 "pid": "0x0257",
9 "device_version": "0.0.1" 9 "device_version": "0.0.1"
10 }, 10 },
11 "qmk_lufa_bootloader": {
12 "esc_input": "B2",
13 "esc_output": "B5"
14 },
11 "processor": "atmega32u4", 15 "processor": "atmega32u4",
12 "bootloader": "qmk-dfu", 16 "bootloader": "qmk-dfu",
13 "community_layouts": ["60_ansi", "60_iso"], 17 "community_layouts": ["60_ansi", "60_iso"],