keyboard.json 631 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. "processor": "attiny85",
  12. "bootloader": "custom",
  13. "build": {
  14. "lto": true
  15. },
  16. "features": {
  17. "grave_esc": false,
  18. "magic": false,
  19. "space_cadet": false
  20. },
  21. "rgblight": {
  22. "led_count": 1
  23. },
  24. "ws2812": {
  25. "pin": "B2"
  26. },
  27. "matrix_pins": {
  28. "direct": [
  29. ["B0"]
  30. ]
  31. },
  32. "layouts": {
  33. "LAYOUT_ortho_1x1": {
  34. "layout": [
  35. {"x": 0, "y": 0, "matrix": [0, 0]}
  36. ]
  37. }
  38. }
  39. }