mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-06-04 22:12:04 +01:00
Migrate build target markers to keyboard.json - HI (#23540)
This commit is contained in:
+5
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"keyboard_name": "Onekey Blackpill STM32F401",
|
||||
"development_board": "blackpill_f401",
|
||||
"usb": {
|
||||
"shared_endpoint": {
|
||||
"keyboard": true
|
||||
}
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B0"],
|
||||
"rows": ["A7"]
|
||||
@@ -1 +0,0 @@
|
||||
KEYBOARD_SHARED_EP = yes
|
||||
+5
@@ -2,6 +2,11 @@
|
||||
"keyboard_name": "Onekey Blackpill STM32F401 TinyUF2",
|
||||
"development_board": "blackpill_f401",
|
||||
"bootloader": "tinyuf2",
|
||||
"usb": {
|
||||
"shared_endpoint": {
|
||||
"keyboard": true
|
||||
}
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B0"],
|
||||
"rows": ["A7"]
|
||||
@@ -1 +0,0 @@
|
||||
KEYBOARD_SHARED_EP = yes
|
||||
+5
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"keyboard_name": "Onekey Blackpill STM32F411",
|
||||
"development_board": "blackpill_f411",
|
||||
"usb": {
|
||||
"shared_endpoint": {
|
||||
"keyboard": true
|
||||
}
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B0"],
|
||||
"rows": ["A7"]
|
||||
@@ -1 +0,0 @@
|
||||
KEYBOARD_SHARED_EP = yes
|
||||
+5
@@ -2,6 +2,11 @@
|
||||
"keyboard_name": "Onekey Blackpill STM32F411 TinyUF2",
|
||||
"development_board": "blackpill_f411",
|
||||
"bootloader": "tinyuf2",
|
||||
"usb": {
|
||||
"shared_endpoint": {
|
||||
"keyboard": true
|
||||
}
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B0"],
|
||||
"rows": ["A7"]
|
||||
@@ -1 +0,0 @@
|
||||
KEYBOARD_SHARED_EP = yes
|
||||
Reference in New Issue
Block a user