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.

26 lines
412 B

  1. {
  2. "keyboard_name": "1K",
  3. "manufacturer": "MakotoKurauchi",
  4. "url": "",
  5. "maintainer": "MakotoKurauchi",
  6. "usb": {
  7. "vid": "0x0009",
  8. "pid": "0x0001",
  9. "device_version": "0.0.1"
  10. },
  11. "ws2812": {
  12. "pin": "B2"
  13. },
  14. "matrix_pins": {
  15. "direct": [
  16. ["B0"]
  17. ]
  18. },
  19. "layouts": {
  20. "LAYOUT_ortho_1x1": {
  21. "layout": [
  22. {"x":0, "y":0, "matrix": [0, 0]}
  23. ]
  24. }
  25. }
  26. }