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/ergodox_ez/base/keyboard.json | |
| parent | 1c8e99ca451a9f0acac07b64da80cf11baedf6a6 (diff) | |
Migrate build target markers to keyboard.json (#23293)
Diffstat (limited to 'keyboards/ergodox_ez/base/keyboard.json')
| -rw-r--r-- | keyboards/ergodox_ez/base/keyboard.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/base/keyboard.json b/keyboards/ergodox_ez/base/keyboard.json new file mode 100644 index 0000000000..be1433ccba --- /dev/null +++ b/keyboards/ergodox_ez/base/keyboard.json @@ -0,0 +1,6 @@ +{ + "keyboard_name": "ErgoDox EZ", + "usb": { + "pid": "0x4974" + } +} |