logo

qmk_firmware

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

keyboard.json (1486B)


  1. {
  2. "manufacturer": "bwprobably",
  3. "keyboard_name": "DactylMacropad",
  4. "maintainer": "bwprobably",
  5. "bootloader": "atmel-dfu",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": true,
  10. "mousekey": true,
  11. "nkro": true,
  12. "encoder": true
  13. },
  14. "matrix_pins": {
  15. "cols": ["F7", "B1", "B3", "B2", "B6"],
  16. "rows": ["F6", "B4", "B5"]
  17. },
  18. "processor": "atmega32u4",
  19. "usb": {
  20. "device_version": "1.0.0",
  21. "pid": "0x0000",
  22. "vid": "0xFEED"
  23. },
  24. "encoder": {
  25. "rotary": [
  26. {"pin_a": "D1", "pin_b": "D0"}
  27. ]
  28. },
  29. "qmk": {
  30. "tap_keycode_delay": 100
  31. },
  32. "layouts": {
  33. "LAYOUT": {
  34. "layout": [
  35. {"matrix": [0, 0], "x": 0, "y": 0},
  36. {"matrix": [0, 1], "x": 1, "y": 0},
  37. {"matrix": [0, 2], "x": 2, "y": 0},
  38. {"matrix": [0, 3], "x": 3, "y": 0},
  39. {"matrix": [1, 0], "x": 0, "y": 1},
  40. {"matrix": [1, 1], "x": 1, "y": 1},
  41. {"matrix": [1, 2], "x": 2, "y": 1},
  42. {"matrix": [1, 3], "x": 3, "y": 1},
  43. {"matrix": [2, 0], "x": 0, "y": 2},
  44. {"matrix": [2, 1], "x": 1, "y": 2},
  45. {"matrix": [2, 2], "x": 2, "y": 2},
  46. {"matrix": [2, 3], "x": 3, "y": 2},
  47. {"matrix": [2, 4], "x": 4, "y": 2}
  48. ]
  49. }
  50. }
  51. }