mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 11:31:13 +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
d7d2050640
commit
24a27f416c
@ -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",
|
"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
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",
|
"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": {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||

|

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