summaryrefslogtreecommitdiffstats
path: root/keyboards/pica40/rev1/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/pica40/rev1/info.json')
-rw-r--r--keyboards/pica40/rev1/info.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/keyboards/pica40/rev1/info.json b/keyboards/pica40/rev1/info.json
new file mode 100644
index 0000000000..8e4e64618d
--- /dev/null
+++ b/keyboards/pica40/rev1/info.json
@@ -0,0 +1,39 @@
+{
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
+ "diode_direction": "COL2ROW",
+ "matrix_pins": {
+ "cols": ["D2", "B5", "B4", "E6", "D7"],
+ "rows": ["B1", "B3", "B2", "B6", "F4", "F5", "F6", "F7"]
+ },
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "mousekey": true,
+ "extrakey": true,
+ "encoder": true,
+ "oled": true,
+ "rgblight": true,
+ "nkro": true
+ },
+ "rgblight": {
+ "led_count": 1,
+ "pin": "D3",
+ "layers": {
+ "enabled": true,
+ "max": 3
+ }
+ },
+ "encoder": {
+ "rotary": [{ "pin_a": "C6", "pin_b": "D4" }]
+ },
+ "usb": {
+ "device_version": "1.0.0",
+ "pid": "0x0841",
+ "vid": "0xFEED"
+ },
+ "build": {
+ "lto": true
+ }
+}