logo

qmk_firmware

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

keyboard.json (1977B)


  1. {
  2. "keyboard_name": "bstk100",
  3. "manufacturer": "FREE WING",
  4. "url": "http://www.neko.ne.jp/~freewing/",
  5. "maintainer": "FREE WING",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0xB100",
  9. "device_version": "0.0.1"
  10. },
  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. "cols": ["B5", "B4", "E6", "D7", "C6"],
  25. "rows": ["B6", "B2", "B3", "B1", "F7"]
  26. },
  27. "diode_direction": "COL2ROW",
  28. "indicators": {
  29. "caps_lock": "D5",
  30. "num_lock": "D4",
  31. "scroll_lock": "B0",
  32. "on_state": 0
  33. },
  34. "processor": "atmega32u4",
  35. "bootloader": "atmel-dfu",
  36. "layouts": {
  37. "LAYOUT": {
  38. "layout": [
  39. {"matrix": [0, 0], "x": 0, "y": 0},
  40. {"matrix": [3, 4], "x": 0, "y": 1},
  41. {"matrix": [0, 3], "x": 1, "y": 1},
  42. {"matrix": [0, 2], "x": 2, "y": 1},
  43. {"matrix": [1, 3], "x": 3, "y": 1},
  44. {"matrix": [1, 0], "x": 0, "y": 2},
  45. {"matrix": [1, 1], "x": 1, "y": 2},
  46. {"matrix": [1, 2], "x": 2, "y": 2},
  47. {"matrix": [0, 1], "x": 3, "y": 2},
  48. {"matrix": [2, 0], "x": 0, "y": 3},
  49. {"matrix": [2, 1], "x": 1, "y": 3},
  50. {"matrix": [2, 2], "x": 2, "y": 3},
  51. {"matrix": [2, 3], "x": 3, "y": 3},
  52. {"matrix": [3, 0], "x": 0, "y": 4},
  53. {"matrix": [3, 1], "x": 1, "y": 4},
  54. {"matrix": [3, 2], "x": 2, "y": 4},
  55. {"matrix": [3, 3], "x": 3, "y": 4, "h": 2},
  56. {"matrix": [4, 0], "x": 0, "y": 5},
  57. {"matrix": [4, 1], "x": 1, "y": 5},
  58. {"matrix": [4, 3], "x": 2, "y": 5}
  59. ]
  60. }
  61. }
  62. }