logo

qmk_firmware

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

keyboard.json (1223B)


  1. {
  2. "keyboard_name": "neopad",
  3. "manufacturer": "ivndbt",
  4. "url": "https://github.com/ivndbt/neopad)",
  5. "maintainer": "ivndbt",
  6. "usb": {
  7. "vid": "0x6961",
  8. "pid": "0x3031",
  9. "device_version": "0.1.0"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "console": true,
  14. "encoder": true,
  15. "extrakey": true,
  16. "key_lock": true,
  17. "mousekey": true,
  18. "nkro": false
  19. },
  20. "matrix_pins": {
  21. "cols": ["B3", "B2", "B6"],
  22. "rows": ["F4", "F5"]
  23. },
  24. "diode_direction": "COL2ROW",
  25. "encoder": {
  26. "rotary": [
  27. {"pin_a": "D1", "pin_b": "D0"},
  28. {"pin_a": "D4", "pin_b": "C6"}
  29. ]
  30. },
  31. "processor": "atmega32u4",
  32. "bootloader": "caterina",
  33. "tapping": {
  34. "toggle": 2
  35. },
  36. "layouts": {
  37. "LAYOUT": {
  38. "layout": [
  39. {"matrix": [0, 0], "x": 0, "y": 0},
  40. {"matrix": [0, 1], "x": 1, "y": 0},
  41. {"matrix": [0, 2], "x": 2, "y": 0},
  42. {"matrix": [1, 0], "x": 0, "y": 1},
  43. {"matrix": [1, 1], "x": 1, "y": 1},
  44. {"matrix": [1, 2], "x": 2, "y": 1}
  45. ]
  46. }
  47. }
  48. }