diff options
| author | Joel Challis | 2024-03-30 12:31:50 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-30 12:31:50 +0100 |
| commit | 831deac212fa0342b9fad9d419b7f15890abfa02 (patch) | |
| tree | 1fd89a68e5a8129ffe03c173840a42642bdd2ef1 /keyboards/handwired/pytest/basic/info.json | |
| parent | 1c8e99ca451a9f0acac07b64da80cf11baedf6a6 (diff) | |
Migrate build target markers to keyboard.json (#23293)
Diffstat (limited to 'keyboards/handwired/pytest/basic/info.json')
| -rw-r--r-- | keyboards/handwired/pytest/basic/info.json | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/handwired/pytest/basic/info.json b/keyboards/handwired/pytest/basic/info.json deleted file mode 100644 index bcd6f686b8..0000000000 --- a/keyboards/handwired/pytest/basic/info.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "layouts": { - "LAYOUT_custom": { - "layout": [ - {"label": "KC_Q", "matrix": [0, 0], "x": 0, "y": 0} - ] - } - } -} |