logo

qmk_firmware

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

keyboard.json (2219B)


  1. {
  2. "manufacturer": "Viktus Design LLC",
  3. "keyboard_name": "TX Roundup Pad",
  4. "maintainer": "BlindAssassin111",
  5. "build": {
  6. "lto": true
  7. },
  8. "development_board": "promicro",
  9. "diode_direction": "COL2ROW",
  10. "features": {
  11. "bootmagic": true,
  12. "extrakey": true,
  13. "mousekey": true,
  14. "nkro": true
  15. },
  16. "matrix_pins": {
  17. "cols": ["F7", "F6", "F5", "F4"],
  18. "rows": ["B5", "B4", "E6", "D7", "C6", "D4"]
  19. },
  20. "url": "https://viktus.design",
  21. "usb": {
  22. "device_version": "1.0.0",
  23. "pid": "0x5458",
  24. "vid": "0x5644"
  25. },
  26. "community_layouts": [ "numpad_6x4" ],
  27. "layouts": {
  28. "LAYOUT_numpad_6x4": {
  29. "layout": [
  30. {"label": "K00", "matrix": [0, 0], "x": 0, "y": 0},
  31. {"label": "K01", "matrix": [0, 1], "x": 1, "y": 0},
  32. {"label": "K02", "matrix": [0, 2], "x": 2, "y": 0},
  33. {"label": "K03", "matrix": [0, 3], "x": 3, "y": 0},
  34. {"label": "K10", "matrix": [1, 0], "x": 0, "y": 1},
  35. {"label": "K11", "matrix": [1, 1], "x": 1, "y": 1},
  36. {"label": "K12", "matrix": [1, 2], "x": 2, "y": 1},
  37. {"label": "K13", "matrix": [1, 3], "x": 3, "y": 1},
  38. {"label": "K20", "matrix": [2, 0], "x": 0, "y": 2},
  39. {"label": "K21", "matrix": [2, 1], "x": 1, "y": 2},
  40. {"label": "K22", "matrix": [2, 2], "x": 2, "y": 2},
  41. {"label": "K30", "matrix": [3, 0], "x": 0, "y": 3},
  42. {"label": "K31", "matrix": [3, 1], "x": 1, "y": 3},
  43. {"label": "K32", "matrix": [3, 2], "x": 2, "y": 3},
  44. {"label": "K23", "matrix": [2, 3], "x": 3, "y": 2, "h": 2},
  45. {"label": "K40", "matrix": [4, 0], "x": 0, "y": 4},
  46. {"label": "K41", "matrix": [4, 1], "x": 1, "y": 4},
  47. {"label": "K42", "matrix": [4, 2], "x": 2, "y": 4},
  48. {"label": "K51", "matrix": [5, 1], "x": 0, "y": 5, "w": 2},
  49. {"label": "K52", "matrix": [5, 2], "x": 2, "y": 5},
  50. {"label": "K53", "matrix": [5, 3], "x": 3, "y": 4, "h": 2}
  51. ]
  52. }
  53. }
  54. }