mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-04 17:05:17 +00:00
Migrate build target markers to keyboard.json
This commit is contained in:
parent
249f1706f1
commit
0b88b0969b
@ -1 +0,0 @@
|
|||||||
# This file intentionally left blank
|
|
@ -1 +0,0 @@
|
|||||||
# This file intentionally left blank
|
|
@ -1 +0,0 @@
|
|||||||
# This file intentionally left blank
|
|
@ -1 +0,0 @@
|
|||||||
# This file intentionally left blank
|
|
@ -1 +0,0 @@
|
|||||||
# This file intentionally left blank
|
|
@ -1 +0,0 @@
|
|||||||
# This file intentionally left blank
|
|
@ -5,7 +5,7 @@
|
|||||||
"usb": {
|
"usb": {
|
||||||
"vid": "0x9A94",
|
"vid": "0x9A94",
|
||||||
"pid": "0x9F70",
|
"pid": "0x9F70",
|
||||||
"device_version": "0.0.1",
|
"device_version": "0.0.1"
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"bootmagic": true,
|
"bootmagic": true,
|
||||||
@ -127,7 +127,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"LAYOUT_tkl_nofrow_ansi_split_bs_rshift": {
|
"LAYOUT_tkl_nofrow_ansi_split_bs_rshift": {
|
||||||
"layout": [
|
"layout": [
|
||||||
{"matrix": [0, 0], "x": 0, "y": 0},
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
||||||
{"matrix": [0, 1], "x": 1, "y": 0},
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
||||||
{"matrix": [0, 2], "x": 2, "y": 0},
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
||||||
@ -201,9 +201,8 @@
|
|||||||
{"matrix": [4, 14], "x": 15.25, "y": 4},
|
{"matrix": [4, 14], "x": 15.25, "y": 4},
|
||||||
{"matrix": [4, 15], "x": 16.25, "y": 4},
|
{"matrix": [4, 15], "x": 16.25, "y": 4},
|
||||||
{"matrix": [3, 14], "x": 17.25, "y": 4}
|
{"matrix": [3, 14], "x": 17.25, "y": 4}
|
||||||
|
]
|
||||||
]
|
},
|
||||||
},
|
|
||||||
"LAYOUT_tkl_nofrow_ansi": {
|
"LAYOUT_tkl_nofrow_ansi": {
|
||||||
"layout": [
|
"layout": [
|
||||||
{"matrix": [0, 0], "x": 0, "y": 0},
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
||||||
@ -431,7 +430,7 @@
|
|||||||
{"matrix": [4, 14], "x": 15.25, "y": 4},
|
{"matrix": [4, 14], "x": 15.25, "y": 4},
|
||||||
{"matrix": [4, 15], "x": 16.25, "y": 4},
|
{"matrix": [4, 15], "x": 16.25, "y": 4},
|
||||||
{"matrix": [3, 14], "x": 17.25, "y": 4}
|
{"matrix": [3, 14], "x": 17.25, "y": 4}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"LAYOUT_tkl_nofrow_ansi_tsangan_split_bs_rshift": {
|
"LAYOUT_tkl_nofrow_ansi_tsangan_split_bs_rshift": {
|
||||||
"layout": [
|
"layout": [
|
||||||
@ -735,5 +734,5 @@
|
|||||||
{"matrix": [3, 14], "x": 17.25, "y": 4}
|
{"matrix": [3, 14], "x": 17.25, "y": 4}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1 +0,0 @@
|
|||||||
# This file intentionally left blank
|
|
@ -1 +0,0 @@
|
|||||||
# This file intentionally left blank
|
|
Loading…
Reference in New Issue
Block a user