logo

qmk_firmware

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

keyboard.json (1403B)


  1. {
  2. "keyboard_name": "Honeycomb",
  3. "manufacturer": "Keyhive",
  4. "maintainer": "filoxo",
  5. "usb": {
  6. "vid": "0xFEED",
  7. "pid": "0xACC8",
  8. "device_version": "0.0.1"
  9. },
  10. "processor": "atmega32u4",
  11. "bootloader": "caterina",
  12. "features": {
  13. "bootmagic": false,
  14. "mousekey": false,
  15. "extrakey": true,
  16. "console": true,
  17. "command": true,
  18. "nkro": true,
  19. "pointing_device": true
  20. },
  21. "layouts": {
  22. "LAYOUT": {
  23. "layout": [
  24. {"matrix": [0, 12], "x": 0, "y": 0},
  25. {"matrix": [0, 13], "x": 1, "y": 0},
  26. {"matrix": [0, 14], "x": 2, "y": 0},
  27. {"matrix": [0, 15], "x": 3, "y": 0},
  28. {"matrix": [0, 8], "x": 0, "y": 1},
  29. {"matrix": [0, 9], "x": 1, "y": 1},
  30. {"matrix": [0, 10], "x": 2, "y": 1},
  31. {"matrix": [0, 11], "x": 3, "y": 1},
  32. {"matrix": [0, 4], "x": 0, "y": 2},
  33. {"matrix": [0, 5], "x": 1, "y": 2},
  34. {"matrix": [0, 6], "x": 2, "y": 2},
  35. {"matrix": [0, 7], "x": 3, "y": 2},
  36. {"matrix": [0, 0], "x": 0, "y": 3},
  37. {"matrix": [0, 1], "x": 1, "y": 3},
  38. {"matrix": [0, 2], "x": 2, "y": 3},
  39. {"matrix": [0, 3], "x": 3, "y": 3}
  40. ]
  41. }
  42. }
  43. }