Migrate build target markers to keyboard.json - HI (#23540)

This commit is contained in:
Joel Challis 2024-04-17 02:49:17 +01:00 committed by GitHub
parent baa6000ed3
commit e869c80af7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
84 changed files with 66 additions and 125 deletions

View file

@ -1,6 +1,11 @@
{
"keyboard_name": "Onekey Blackpill STM32F401",
"development_board": "blackpill_f401",
"usb": {
"shared_endpoint": {
"keyboard": true
}
},
"matrix_pins": {
"cols": ["B0"],
"rows": ["A7"]

View file

@ -1 +0,0 @@
KEYBOARD_SHARED_EP = yes

View file

@ -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"]

View file

@ -1 +0,0 @@
KEYBOARD_SHARED_EP = yes

View file

@ -1,6 +1,11 @@
{
"keyboard_name": "Onekey Blackpill STM32F411",
"development_board": "blackpill_f411",
"usb": {
"shared_endpoint": {
"keyboard": true
}
},
"matrix_pins": {
"cols": ["B0"],
"rows": ["A7"]

View file

@ -1 +0,0 @@
KEYBOARD_SHARED_EP = yes

View file

@ -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"]

View file

@ -1 +0,0 @@
KEYBOARD_SHARED_EP = yes