diff options
Diffstat (limited to 'keyboards/frooastboard/nano/info.json')
-rw-r--r-- | keyboards/frooastboard/nano/info.json | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/keyboards/frooastboard/nano/info.json b/keyboards/frooastboard/nano/info.json deleted file mode 100644 index a524545a7c..0000000000 --- a/keyboards/frooastboard/nano/info.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "keyboard_name": "Frooastboard Nano", - "manufacturer": "frooastside", - "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/frooastboard/nano", - "maintainer": "frooastside", - "debounce": 5, - "diode_direction": "COL2ROW", - "layouts": { - "LAYOUT": { - "layout": [ - { - "label": "Z", - "x": 0, - "y": 0 - }, - { - "label": "X", - "x": 1, - "y": 0 - }, - { - "label": "Esc", - "x": 0, - "y": 1 - }, - { - "label": "~", - "x": 1, - "y": 1 - } - ] - } - }, - "matrix_pins": { - "rows": ["B0", "B1"], - "cols": ["B2", "B3"] - }, - "usb": { - "vid": "0x4642", - "pid": "0x6F21", - "device_version": "0.0.1" - } -} |