keyboard.json 689 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "keyboard_name": "rb1",
  3. "manufacturer": "ryanbaekr",
  4. "maintainer": "ryanbaekr",
  5. "usb": {
  6. "vid": "0x7262",
  7. "pid": "0x0001",
  8. "device_version": "0.0.3"
  9. },
  10. "development_board": "promicro",
  11. "features": {
  12. "bootmagic": true,
  13. "extrakey": true,
  14. "mousekey": true,
  15. "nkro": false
  16. },
  17. "qmk": {
  18. "locking": {
  19. "enabled": true,
  20. "resync": true
  21. }
  22. },
  23. "matrix_pins": {
  24. "direct": [
  25. ["B1"]
  26. ]
  27. },
  28. "layouts": {
  29. "LAYOUT": {
  30. "layout": [
  31. {"matrix": [0, 0], "x": 0, "y": 0}
  32. ]
  33. }
  34. }
  35. }