keyboard.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "manufacturer": "Falsonix",
  3. "keyboard_name": "falsonix/fx19",
  4. "maintainer": "falsonix",
  5. "bootloader": "atmel-dfu",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "command": false,
  10. "console": false,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": true,
  14. "rgblight": true
  15. },
  16. "rgblight": {
  17. "led_count": 5,
  18. "animations": {
  19. "rainbow_mood": true,
  20. "rainbow_swirl": true
  21. },
  22. "default": {
  23. "animation": "rainbow_swirl"
  24. }
  25. },
  26. "ws2812": {
  27. "pin": "F7"
  28. },
  29. "matrix_pins": {
  30. "cols": ["C7", "C6", "B6", "B5"],
  31. "rows": ["F0", "F1", "F4", "F5", "F6"]
  32. },
  33. "processor": "atmega32u4",
  34. "url": "",
  35. "usb": {
  36. "device_version": "1.0.0",
  37. "pid": "0x0000",
  38. "vid": "0x4658"
  39. },
  40. "layouts": {
  41. "LAYOUT": {
  42. "layout": [
  43. {"matrix": [0, 0], "x":0, "y":0},
  44. {"matrix": [0, 1], "x":1, "y":0},
  45. {"matrix": [0, 2], "x":2, "y":0},
  46. {"matrix": [0, 3], "x":3, "y":0},
  47. {"matrix": [1, 0], "x":0, "y":1},
  48. {"matrix": [1, 1], "x":1, "y":1},
  49. {"matrix": [1, 2], "x":2, "y":1},
  50. {"matrix": [2, 0], "x":0, "y":2},
  51. {"matrix": [2, 1], "x":1, "y":2},
  52. {"matrix": [2, 2], "x":2, "y":2},
  53. {"matrix": [2, 3], "x":3, "y":2, "h": 2},
  54. {"matrix": [3, 0], "x":0, "y":3},
  55. {"matrix": [3, 1], "x":1, "y":3},
  56. {"matrix": [3, 2], "x":2, "y":3},
  57. {"matrix": [4, 0], "x":0, "y":4},
  58. {"matrix": [4, 1], "x":1, "y":4},
  59. {"matrix": [4, 2], "x":2, "y":4},
  60. {"matrix": [4, 3], "x":3, "y":4, "h": 2}
  61. ]
  62. }
  63. }
  64. }