You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
712 B

  1. {
  2. "keyboard_name": "grooveboard",
  3. "manufacturer": "ianklug",
  4. "url": "https://github.com/ianklug/grooveboard",
  5. "maintainer": "ianklug",
  6. "usb": {
  7. "vid": "0x4B4C",
  8. "pid": "0x4742",
  9. "device_version": "0.0.1"
  10. },
  11. "processor": "atmega32u4",
  12. "bootloader": "atmel-dfu",
  13. "matrix_pins": {
  14. "direct": [
  15. ["F7", "F6", "D1", "D2"]
  16. ]
  17. },
  18. "layouts": {
  19. "LAYOUT": {
  20. "layout": [
  21. {"x": 0, "y": 0, "matrix": [0, 0]},
  22. {"x": 1, "y": 0, "matrix": [0, 1]},
  23. {"x": 4, "y": 0, "matrix": [0, 2]},
  24. {"x": 5, "y": 0, "matrix": [0, 3]}
  25. ]
  26. }
  27. }
  28. }