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", "keyboard_name": "Helix Beta",
"maintainer": "MakotoKurauchi",
"development_board": "promicro",
"diode_direction": "COL2ROW",
"features": { "features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"oled": true,
"rgblight": true "rgblight": true
}, },
"matrix_pins": { "matrix_pins": {
@ -29,20 +21,10 @@
"max_brightness": 45, "max_brightness": 45,
"split_count": [32, 32] "split_count": [32, 32]
}, },
"split": {
"enabled": true,
"serial": {
"pin": "D2"
}
},
"url": "https://shop.yushakobo.jp/products/oss_pcb?variant=39452554231969", "url": "https://shop.yushakobo.jp/products/oss_pcb?variant=39452554231969",
"usb": { "usb": {
"device_version": "0.0.1", "device_version": "0.0.1",
"pid": "0x0000", "pid": "0x0000"
"vid": "0x3265"
},
"ws2812": {
"pin": "D3"
}, },
"layouts": { "layouts": {
"LAYOUT_4row": { "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", "keyboard_name": "Helix Pico",
"maintainer": "MakotoKurauchi",
"development_board": "promicro",
"diode_direction": "COL2ROW",
"features": { "features": {
"audio": false, "audio": false,
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"rgblight": true "rgblight": true
}, },
"matrix_pins": { "matrix_pins": {
@ -29,20 +22,10 @@
"max_brightness": 45, "max_brightness": 45,
"split_count": [25, 25] "split_count": [25, 25]
}, },
"split": {
"enabled": true,
"serial": {
"pin": "D2"
}
},
"url": "https://shop.yushakobo.jp/products/helixpico-pcb", "url": "https://shop.yushakobo.jp/products/helixpico-pcb",
"usb": { "usb": {
"device_version": "0.0.2", "device_version": "0.0.2",
"pid": "0x0001", "pid": "0x0001"
"vid": "0x3265"
},
"ws2812": {
"pin": "D3"
}, },
"layouts": { "layouts": {
"LAYOUT": { "LAYOUT": {

View File

@ -3,7 +3,7 @@
![image](https://i.imgur.com/11o4MRV.jpeg) ![image](https://i.imgur.com/11o4MRV.jpeg)
* Keyboard Maintainer: [MakotoKurauchi](https://github.com/MakotoKurauchi) * 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) * Hardware Availability: [Yushakobo](https://shop.yushakobo.jp), [GitHub](https://github.com/MakotoKurauchi/helix)
## Revisions ## 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", "keyboard_name": "Helix rev3",
"maintainer": "MakotoKurauchi",
"build": { "build": {
"lto": true "lto": true
}, },
"development_board": "promicro",
"diode_direction": "COL2ROW",
"dip_switch": { "dip_switch": {
"matrix_grid": [ "matrix_grid": [
[0, 6], [0, 6],
@ -21,12 +17,8 @@
] ]
}, },
"features": { "features": {
"bootmagic": true,
"dip_switch": false, "dip_switch": false,
"encoder": true, "encoder": true,
"extrakey": true,
"mousekey": true,
"oled": true,
"rgb_matrix": true "rgb_matrix": true
}, },
"matrix_pins": { "matrix_pins": {
@ -106,22 +98,14 @@
"split_count": [32, 32] "split_count": [32, 32]
}, },
"split": { "split": {
"enabled": true,
"handedness": { "handedness": {
"matrix_grid": ["D7", "B2"] "matrix_grid": ["D7", "B2"]
},
"serial": {
"pin": "D2"
} }
}, },
"url": "https://shop.yushakobo.jp/products/2143", "url": "https://shop.yushakobo.jp/products/2143",
"usb": { "usb": {
"device_version": "0.0.1", "device_version": "0.0.1",
"pid": "0x0003", "pid": "0x0003"
"vid": "0x3265"
},
"ws2812": {
"pin": "D3"
}, },
"layouts": { "layouts": {
"LAYOUT_4row": { "LAYOUT_4row": {