logo

qmk_firmware

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

keyboard.json (1683B)


  1. {
  2. "keyboard_name": "LATE-9",
  3. "manufacturer": "ivndbt",
  4. "url": "https://github.com/ivndbt/late-9)",
  5. "maintainer": "ivndbt",
  6. "usb": {
  7. "vid": "0x6961",
  8. "pid": "0x3032",
  9. "device_version": "0.1.0"
  10. },
  11. "tapping": {
  12. "term": 400
  13. },
  14. "build": {
  15. "debounce_type": "sym_eager_pk"
  16. },
  17. "matrix_pins": {
  18. "cols": ["B5", "C6", "D4"],
  19. "rows": ["B4", "E6", "D7", "B3", "B2", "B6"]
  20. },
  21. "diode_direction": "ROW2COL",
  22. "features": {
  23. "bootmagic": true,
  24. "nkro": true,
  25. "oled": true
  26. },
  27. "processor": "atmega32u4",
  28. "bootloader": "caterina",
  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": [1, 0], "x": 0, "y": 1},
  36. {"matrix": [1, 1], "x": 1, "y": 1},
  37. {"matrix": [1, 2], "x": 2, "y": 1},
  38. {"matrix": [2, 0], "x": 0, "y": 2},
  39. {"matrix": [2, 1], "x": 1, "y": 2},
  40. {"matrix": [2, 2], "x": 2, "y": 2},
  41. {"matrix": [3, 0], "x": 0, "y": 3},
  42. {"matrix": [3, 1], "x": 1, "y": 3},
  43. {"matrix": [3, 2], "x": 2, "y": 3},
  44. {"matrix": [4, 0], "x": 0, "y": 4},
  45. {"matrix": [4, 1], "x": 1, "y": 4},
  46. {"matrix": [4, 2], "x": 2, "y": 4},
  47. {"matrix": [5, 0], "x": 0, "y": 5},
  48. {"matrix": [5, 1], "x": 1, "y": 5},
  49. {"matrix": [5, 2], "x": 2, "y": 5}
  50. ]
  51. }
  52. }
  53. }