logo

qmk_firmware

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

keyboard.json (1346B)


  1. {
  2. "manufacturer": "TogKey",
  3. "keyboard_name": "Pad",
  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": ["GP2", "GP3", "GP4"],
  14. "rows": ["GP5", "GP6"]
  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": 5
  30. },
  31. "url": "https://togkey.com/products/togkey-pad",
  32. "usb": {
  33. "device_version": "1.0.0",
  34. "pid": "0x8686",
  35. "vid": "0xFEED"
  36. },
  37. "ws2812": {
  38. "driver": "vendor",
  39. "pin": "GP7"
  40. },
  41. "layouts": {
  42. "LAYOUT": {
  43. "layout": [
  44. {"matrix": [0, 0], "x": 0.5, "y": 0},
  45. {"matrix": [0, 1], "x": 1.5, "y": 0},
  46. {"matrix": [1, 0], "x": 0, "y": 1},
  47. {"matrix": [1, 1], "x": 1, "y": 1},
  48. {"matrix": [1, 2], "x": 2, "y": 1}
  49. ]
  50. }
  51. }
  52. }