keyboard.json 1.4 KB

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