logo

qmk_firmware

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

keyboard.json (1244B)


  1. {
  2. "keyboard_name": "sandbox rev1",
  3. "manufacturer": "yfuku",
  4. "maintainer": "yfuku",
  5. "usb": {
  6. "vid": "0x5946",
  7. "pid": "0x0009",
  8. "device_version": "0.0.1"
  9. },
  10. "matrix_pins": {
  11. "cols": ["F7", "B1", "B3", "B2", "B6"],
  12. "rows": ["B5", "B4"]
  13. },
  14. "diode_direction": "COL2ROW",
  15. "processor": "atmega32u4",
  16. "bootloader": "caterina",
  17. "features": {
  18. "bootmagic": true,
  19. "mousekey": true,
  20. "extrakey": true,
  21. "oled": true
  22. },
  23. "qmk": {
  24. "locking": {
  25. "enabled": true,
  26. "resync": true
  27. }
  28. },
  29. "layouts": {
  30. "LAYOUT": {
  31. "layout": [
  32. {"matrix": [0, 0], "x": 0, "y": 0},
  33. {"matrix": [0, 1], "x": 1, "y": 0},
  34. {"matrix": [0, 2], "x": 2, "y": 0},
  35. {"matrix": [0, 3], "x": 3, "y": 0},
  36. {"matrix": [0, 4], "x": 4, "y": 0},
  37. {"matrix": [1, 0], "x": 0, "y": 1},
  38. {"matrix": [1, 1], "x": 1, "y": 1},
  39. {"matrix": [1, 2], "x": 2, "y": 1},
  40. {"matrix": [1, 3], "x": 3, "y": 1},
  41. {"matrix": [1, 4], "x": 4, "y": 1}
  42. ]
  43. }
  44. }
  45. }