logo

qmk_firmware

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

keyboard.json (973B)


  1. {
  2. "keyboard_name": "4pack",
  3. "manufacturer": "40percentclub",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0x4025",
  7. "pid": "0x0000",
  8. "device_version": "0.0.1"
  9. },
  10. "backlight": {
  11. "driver": "timer",
  12. "pins": ["F6", "F7"]
  13. },
  14. "development_board": "promicro",
  15. "features": {
  16. "backlight": true,
  17. "bootmagic": false,
  18. "extrakey": true,
  19. "mousekey": false,
  20. "nkro": false
  21. },
  22. "qmk": {
  23. "locking": {
  24. "enabled": true,
  25. "resync": true
  26. }
  27. },
  28. "matrix_pins": {
  29. "direct": [
  30. ["E6", "D7", "C6", "D4"]
  31. ]
  32. },
  33. "layouts": {
  34. "LAYOUT": {
  35. "layout": [
  36. {"x": 0, "y": 0, "matrix": [0, 0]},
  37. {"x": 1, "y": 0, "matrix": [0, 1]},
  38. {"x": 2, "y": 0, "matrix": [0, 2]},
  39. {"x": 3, "y": 0, "matrix": [0, 3]}
  40. ]
  41. }
  42. }
  43. }