logo

qmk_firmware

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

info.json (668B)


  1. {
  2. "keyboard_name": "SCRAMBLE",
  3. "manufacturer": "nullbits",
  4. "url": "https://nullbits.co/scramble",
  5. "maintainer": "jaygreco",
  6. "usb": {
  7. "vid": "0x6E61",
  8. "pid": "0x6062",
  9. "device_version": "0.0.1"
  10. },
  11. "debounce": 10,
  12. "layouts": {
  13. "LAYOUT": {
  14. "layout": [
  15. {"x": 0, "y": 0, "matrix": [0, 0]},
  16. {"x": 1, "y": 0, "matrix": [0, 1]},
  17. {"x": 2, "y": 0, "matrix": [0, 2]},
  18. {"x": 0, "y": 1, "matrix": [1, 0]},
  19. {"x": 1, "y": 1, "matrix": [1, 1]},
  20. {"x": 2, "y": 1, "matrix": [1, 2]}
  21. ]
  22. }
  23. }
  24. }