Further migrations after PRs merged

Move shared configuration to top level info.json and config.h
More descriptive hardware compatibility
This commit is contained in:
Jack Sangdahl 2025-07-06 11:12:49 -06:00
parent 22e77279a0
commit 2c3ef8781d
No known key found for this signature in database
GPG Key ID: FC53C827D09C7050
7 changed files with 28 additions and 65 deletions

View File

@ -1,5 +0,0 @@
// Copyright 2025 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define OLED_FONT_H "keyboards/helix/common/glcdfont.c"

View File

@ -1,14 +1,6 @@
{
"manufacturer": "Yushakobo",
"keyboard_name": "Helix Beta",
"maintainer": "MakotoKurauchi",
"development_board": "promicro",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"oled": true,
"rgblight": true
},
"matrix_pins": {
@ -29,20 +21,10 @@
"max_brightness": 45,
"split_count": [32, 32]
},
"split": {
"enabled": true,
"serial": {
"pin": "D2"
}
},
"url": "https://shop.yushakobo.jp/products/oss_pcb?variant=39452554231969",
"usb": {
"device_version": "0.0.1",
"pid": "0x0000",
"vid": "0x3265"
},
"ws2812": {
"pin": "D3"
"pid": "0x0000"
},
"layouts": {
"LAYOUT_4row": {

24
keyboards/helix/info.json Normal file
View File

@ -0,0 +1,24 @@
{
"manufacturer": "Yushakobo",
"maintainer": "MakotoKurauchi",
"development_board": "promicro",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"oled": true
},
"split": {
"enabled": true,
"serial": {
"pin": "D2"
}
},
"usb": {
"vid": "0x3265"
},
"ws2812": {
"pin": "D3"
}
}

View File

@ -1,14 +1,7 @@
{
"manufacturer": "Yushakobo",
"keyboard_name": "Helix Pico",
"maintainer": "MakotoKurauchi",
"development_board": "promicro",
"diode_direction": "COL2ROW",
"features": {
"audio": false,
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"rgblight": true
},
"matrix_pins": {
@ -29,20 +22,10 @@
"max_brightness": 45,
"split_count": [25, 25]
},
"split": {
"enabled": true,
"serial": {
"pin": "D2"
}
},
"url": "https://shop.yushakobo.jp/products/helixpico-pcb",
"usb": {
"device_version": "0.0.2",
"pid": "0x0001",
"vid": "0x3265"
},
"ws2812": {
"pin": "D3"
"pid": "0x0001"
},
"layouts": {
"LAYOUT": {

View File

@ -3,7 +3,7 @@
![image](https://i.imgur.com/11o4MRV.jpeg)
* Keyboard Maintainer: [MakotoKurauchi](https://github.com/MakotoKurauchi)
* Hardware Supported: Helix Pico, Beta, rev3 PCBs
* Hardware Supported: Helix Pico, Beta, rev3 PCBs w/ Pro Micro compatible development board
* Hardware Availability: [Yushakobo](https://shop.yushakobo.jp), [GitHub](https://github.com/MakotoKurauchi/helix)
## Revisions

View File

@ -1,5 +0,0 @@
// Copyright 2025 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define OLED_FONT_H "keyboards/helix/common/glcdfont.c"

View File

@ -1,12 +1,8 @@
{
"manufacturer": "Yushakobo",
"keyboard_name": "Helix rev3",
"maintainer": "MakotoKurauchi",
"build": {
"lto": true
},
"development_board": "promicro",
"diode_direction": "COL2ROW",
"dip_switch": {
"matrix_grid": [
[0, 6],
@ -21,12 +17,8 @@
]
},
"features": {
"bootmagic": true,
"dip_switch": false,
"encoder": true,
"extrakey": true,
"mousekey": true,
"oled": true,
"rgb_matrix": true
},
"matrix_pins": {
@ -106,22 +98,14 @@
"split_count": [32, 32]
},
"split": {
"enabled": true,
"handedness": {
"matrix_grid": ["D7", "B2"]
},
"serial": {
"pin": "D2"
}
},
"url": "https://shop.yushakobo.jp/products/2143",
"usb": {
"device_version": "0.0.1",
"pid": "0x0003",
"vid": "0x3265"
},
"ws2812": {
"pin": "D3"
"pid": "0x0003"
},
"layouts": {
"LAYOUT_4row": {