logo

qmk_firmware

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

keyboard.json (1659B)


  1. {
  2. "manufacturer": "TogKey",
  3. "keyboard_name": "Pad Plus",
  4. "maintainer": "togkey86",
  5. "development_board": "promicro_rp2040",
  6. "diode_direction": "COL2ROW",
  7. "encoder": {
  8. "rotary": [
  9. {"pin_a": "GP28", "pin_b": "GP29", "resolution": 2}
  10. ]
  11. },
  12. "features": {
  13. "bootmagic": true,
  14. "encoder": true,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "oled": true,
  18. "rgblight": true
  19. },
  20. "matrix_pins": {
  21. "cols": ["GP4", "GP5", "GP6"],
  22. "rows": ["GP26", "GP22", "GP20"]
  23. },
  24. "rgblight": {
  25. "animations": {
  26. "alternating": true,
  27. "breathing": true,
  28. "christmas": true,
  29. "knight": true,
  30. "rainbow_mood": true,
  31. "rainbow_swirl": true,
  32. "snake": true,
  33. "static_gradient": true,
  34. "twinkle": true
  35. },
  36. "hue_steps": 10,
  37. "led_count": 3
  38. },
  39. "url": "https://togkey.com/products/togkey-pad-plus",
  40. "usb": {
  41. "device_version": "1.0.0",
  42. "pid": "0x8687",
  43. "vid": "0xFEED"
  44. },
  45. "ws2812": {
  46. "driver": "vendor",
  47. "pin": "GP27"
  48. },
  49. "layouts": {
  50. "LAYOUT": {
  51. "layout": [
  52. {"matrix": [0, 2], "x": 2, "y": 0},
  53. {"matrix": [1, 0], "x": 0, "y": 1},
  54. {"matrix": [1, 1], "x": 1, "y": 1},
  55. {"matrix": [1, 2], "x": 2, "y": 1},
  56. {"matrix": [2, 0], "x": 0, "y": 2},
  57. {"matrix": [2, 1], "x": 1, "y": 2},
  58. {"matrix": [2, 2], "x": 2, "y": 2}
  59. ]
  60. }
  61. }
  62. }