diff options
author | QMK Bot <hello@qmk.fm> | 2022-12-30 00:53:52 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-12-30 00:53:52 +0000 |
commit | 62d101b886baa476fbaaf7ba98e63bbc2d90fa9c (patch) | |
tree | 64db942a172474924a57357b8a02d63ad97813f8 /keyboards/pica40/rev2/info.json | |
parent | 91bfc2ba3fa0e59e637bc0161a31457152bcd27f (diff) | |
parent | ced8142847e7c6a1e0e260017131e34e3da1b0ff (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/pica40/rev2/info.json')
-rw-r--r-- | keyboards/pica40/rev2/info.json | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/keyboards/pica40/rev2/info.json b/keyboards/pica40/rev2/info.json new file mode 100644 index 0000000000..99540900b9 --- /dev/null +++ b/keyboards/pica40/rev2/info.json @@ -0,0 +1,53 @@ +{ + "processor": "RP2040", + "bootloader": "rp2040", + "diode_direction": "COL2ROW", + "matrix_pins": { + "cols": ["GP26", "GP27", "GP28", "GP29", "GP6"], + "rows": ["GP3", "GP4", "GP2", "GP1"] + }, + "indicators": { + "num_lock": "GP17", + "caps_lock": "GP16", + "scroll_lock": "GP25", + "on_state": 0 + }, + "features": { + "bootmagic": true, + "command": false, + "console": false, + "mousekey": true, + "extrakey": true, + "encoder": true, + "rgblight": true, + "nkro": true + }, + "rgblight": { + "led_count": 1, + "pin": "GP12", + "split": true, + "layers": { + "enabled": true, + "max": 3 + } + }, + "split": { + "enabled": true, + "encoder": { + "right": { + "rotary": [] + } + } + }, + "encoder": { + "rotary": [{ "pin_a": "GP7", "pin_b": "GP7" }] + }, + "usb": { + "device_version": "1.0.0", + "pid": "0x0842", + "vid": "0xFEED" + }, + "build": { + "lto": true + } +} |