aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/togkey/pad_pocket/keyboard.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/togkey/pad_pocket/keyboard.json')
-rw-r--r--keyboards/togkey/pad_pocket/keyboard.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/keyboards/togkey/pad_pocket/keyboard.json b/keyboards/togkey/pad_pocket/keyboard.json
new file mode 100644
index 0000000000..9f9d5a3aea
--- /dev/null
+++ b/keyboards/togkey/pad_pocket/keyboard.json
@@ -0,0 +1,49 @@
+{
+ "manufacturer": "TogKey",
+ "keyboard_name": "Pad Pocket",
+ "maintainer": "togkey86",
+ "development_board": "promicro_rp2040",
+ "diode_direction": "COL2ROW",
+ "features": {
+ "bootmagic": true,
+ "extrakey": true,
+ "rgblight": true
+ },
+ "matrix_pins": {
+ "cols": ["GP29", "GP22"],
+ "rows": ["GP26"]
+ },
+ "rgblight": {
+ "animations": {
+ "alternating": true,
+ "breathing": true,
+ "christmas": true,
+ "knight": true,
+ "rainbow_mood": true,
+ "rainbow_swirl": true,
+ "snake": true,
+ "static_gradient": true,
+ "twinkle": true
+ },
+ "hue_steps": 10,
+ "led_count": 2
+ },
+ "url": "https://togkey.com/products/togkey-pad-pocket",
+ "usb": {
+ "device_version": "1.0.0",
+ "pid": "0x8688",
+ "vid": "0xFEED"
+ },
+ "ws2812": {
+ "driver": "vendor",
+ "pin": "GP21"
+ },
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"matrix": [0, 0], "x": 0, "y": 0},
+ {"matrix": [0, 1], "x": 1, "y": 0}
+ ]
+ }
+ }
+}