summaryrefslogtreecommitdiff
path: root/keyboards/keebio/chocopad/rev1/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/chocopad/rev1/info.json')
-rw-r--r--keyboards/keebio/chocopad/rev1/info.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/keyboards/keebio/chocopad/rev1/info.json b/keyboards/keebio/chocopad/rev1/info.json
new file mode 100644
index 0000000000..fafea9dce0
--- /dev/null
+++ b/keyboards/keebio/chocopad/rev1/info.json
@@ -0,0 +1,41 @@
+{
+ "keyboard_name": "Chocopad Rev. 1",
+ "usb": {
+ "pid": "0x1144",
+ "device_version": "1.0.0"
+ },
+ "development_board": "promicro",
+ "matrix_pins": {
+ "cols": ["D2", "D4", "F6", "F5"],
+ "rows": ["D7", "E6", "B3", "B2"]
+ },
+ "diode_direction": "COL2ROW",
+ "features": {
+ "extrakey": true,
+ "mousekey": true,
+ "backlight": true,
+ "rgblight": true
+ },
+ "backlight": {
+ "pin": "B5",
+ "levels": 6
+ },
+ "ws2812": {
+ "pin": "D3"
+ },
+ "rgblight": {
+ "led_count": 4,
+ "animations": {
+ "alternating": true,
+ "breathing": true,
+ "christmas": true,
+ "knight": true,
+ "rainbow_mood": true,
+ "rainbow_swirl": true,
+ "rgb_test": true,
+ "snake": true,
+ "static_gradient": true,
+ "twinkle": true
+ }
+ }
+}