1
0
Fork 0

Migrate build target markers to keyboard.json - JK (#23588)

This commit is contained in:
Joel Challis 2024-04-23 03:59:04 +01:00 committed by GitHub
parent d674724d4e
commit e69b638756
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
67 changed files with 11 additions and 13 deletions

View file

@ -1,6 +1,9 @@
{
"usb": {
"device_version": "0.0.3"
"device_version": "0.0.3",
"shared_endpoint": {
"keyboard": true
}
},
"matrix_pins": {
"cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A5", "A6", "A7", "B0", "B1", "B10"],

View file

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

View file

@ -1,6 +1,9 @@
{
"usb": {
"device_version": "0.0.3"
"device_version": "0.0.3",
"shared_endpoint": {
"keyboard": true
}
},
"matrix_pins": {
"cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A5", "A6", "A7", "B0", "B1", "B10"],

View file

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