diff options
author | Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com> | 2023-09-09 20:17:09 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-09 11:17:09 +0100 |
commit | ec09c03b64b612bbc65d4ad155e9f513bf5a7008 (patch) | |
tree | 507998a6d39665ca5f1be05107f4a09a25e4f2ed /keyboards/binepad/pixie/info.json | |
parent | 4875bcecc2c3c66b4b259e50d6d2cf70603b3173 (diff) |
[Keyboard] Add Binepad Pixie (#21524)
* Add Binepad Pixie
* Post waffle87 and drashna review recommendations applied
* Post-drashna code review suggestions applied
Co-authored-by: Drashna Jaelre <drashna@live.com>
* post zvecr review
---------
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/binepad/pixie/info.json')
-rw-r--r-- | keyboards/binepad/pixie/info.json | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/keyboards/binepad/pixie/info.json b/keyboards/binepad/pixie/info.json new file mode 100644 index 0000000000..7d9d2ceb9a --- /dev/null +++ b/keyboards/binepad/pixie/info.json @@ -0,0 +1,49 @@ +{ + "manufacturer": "binepad", + "keyboard_name": "PIXIE", + "url": "http://binepad.com", + "maintainer": "binepad", + "processor": "RP2040", + "bootloader": "rp2040", + "diode_direction": "COL2ROW", + "usb": { + "vid": "0x4249", + "pid": "0x5078", + "device_version": "1.0.0" + }, + "features": { + "bootmagic": true, + "command": false, + "console": false, + "extrakey": true, + "mousekey": true, + "nkro": false, + "encoder": true + }, + "matrix_pins": { + "cols": ["GP19", "GP4"], + "rows": ["GP28", "GP5"] + }, + "encoder": { + "rotary": [ + { + "pin_a": "GP18", + "pin_b": "GP17" + }, + { + "pin_a": "GP20", + "pin_b": "GP21" + } + ] + }, + "layouts": { + "LAYOUT": { + "layout": [ + { "matrix": [0, 0], "x": 0, "y": 0 }, + { "matrix": [0, 1], "x": 1.25, "y": 0 }, + { "matrix": [1, 0], "x": 0, "y": 1.25 }, + { "matrix": [1, 1], "x": 1.25, "y": 1.25 } + ] + } + } +} |