logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (713B)


  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. "processor": "atmega32u4",
  11. "bootloader": "caterina",
  12. "features": {
  13. "bootmagic": true,
  14. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": false
  17. },
  18. "qmk": {
  19. "locking": {
  20. "enabled": true,
  21. "resync": true
  22. }
  23. },
  24. "matrix_pins": {
  25. "direct": [
  26. ["B1"]
  27. ]
  28. },
  29. "layouts": {
  30. "LAYOUT": {
  31. "layout": [
  32. {"matrix": [0, 0], "x": 0, "y": 0}
  33. ]
  34. }
  35. }
  36. }