logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (1190B)


  1. {
  2. "manufacturer": "TogKey",
  3. "keyboard_name": "Pad Pocket",
  4. "maintainer": "togkey86",
  5. "development_board": "promicro_rp2040",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": true,
  10. "rgblight": true
  11. },
  12. "matrix_pins": {
  13. "cols": ["GP29", "GP22"],
  14. "rows": ["GP26"]
  15. },
  16. "rgblight": {
  17. "animations": {
  18. "alternating": true,
  19. "breathing": true,
  20. "christmas": true,
  21. "knight": true,
  22. "rainbow_mood": true,
  23. "rainbow_swirl": true,
  24. "snake": true,
  25. "static_gradient": true,
  26. "twinkle": true
  27. },
  28. "hue_steps": 10,
  29. "led_count": 2
  30. },
  31. "url": "https://togkey.com/products/togkey-pad-pocket",
  32. "usb": {
  33. "device_version": "1.0.0",
  34. "pid": "0x8688",
  35. "vid": "0xFEED"
  36. },
  37. "ws2812": {
  38. "driver": "vendor",
  39. "pin": "GP21"
  40. },
  41. "layouts": {
  42. "LAYOUT": {
  43. "layout": [
  44. {"matrix": [0, 0], "x": 0, "y": 0},
  45. {"matrix": [0, 1], "x": 1, "y": 0}
  46. ]
  47. }
  48. }
  49. }