qmk_firmware/keyboards/togkey/pad_pocket/keyboard.json
Jon Henry Fernandez 9e757bc2ec
[Keyboard] Add togkey/pad_pocket (#25470)
* Initial Source for Pad Pocket

* Added Tap Dance and Combo Configurations

* Updated LED Count

* Updated read me

* Updated Readme

* -Removed config.h file
- Added tap dance and combos to keymap level
- Removed tap dance and combos from keyboard.json
- Fixed conflict with submodules

* Fixed Formatting
2025-07-11 21:29:16 -06:00

50 lines
1.2 KiB
JSON

{
"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}
]
}
}
}