mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-18 05:32:05 +00:00
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:
parent
22e77279a0
commit
2c3ef8781d
@ -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"
|
@ -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
24
keyboards/helix/info.json
Normal 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"
|
||||
}
|
||||
}
|
@ -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": {
|
||||
|
@ -3,7 +3,7 @@
|
||||

|
||||
|
||||
* 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
|
||||
|
@ -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"
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user