keyboard.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "usb": {
  3. "pid": "0x6362",
  4. "device_version": "0.0.1"
  5. },
  6. "features": {
  7. "bootmagic": true,
  8. "mousekey": true,
  9. "extrakey": true,
  10. "nkro": true,
  11. "rgblight": true,
  12. "encoder": true
  13. },
  14. "qmk": {
  15. "locking": {
  16. "enabled": true,
  17. "resync": true
  18. }
  19. },
  20. "matrix_pins": {
  21. "cols": ["B14", "A10", "A15", "B3", "B4", "B5"],
  22. "rows": ["B0", "A6", "A7", "B1", "A5"]
  23. },
  24. "diode_direction": "COL2ROW",
  25. "encoder": {
  26. "rotary": [
  27. {"pin_a": "A0", "pin_b": "B8"}
  28. ]
  29. },
  30. "indicators": {
  31. "caps_lock": "C13",
  32. "num_lock": "B12",
  33. "scroll_lock": "B13"
  34. },
  35. "rgblight": {
  36. "led_count": 16,
  37. "split_count": [8, 8],
  38. "animations": {
  39. "breathing": true,
  40. "rainbow_mood": true,
  41. "rainbow_swirl": true,
  42. "snake": true,
  43. "knight": true,
  44. "christmas": true,
  45. "static_gradient": true,
  46. "rgb_test": true,
  47. "alternating": true,
  48. "twinkle": true
  49. }
  50. },
  51. "ws2812": {
  52. "pin": "B15"
  53. },
  54. "split": {
  55. "enabled": true,
  56. "bootmagic": {
  57. "matrix": [5, 0]
  58. },
  59. "matrix_pins": {
  60. "right": {
  61. "cols": ["B0", "A3", "A2", "A1", "B7", "B5"],
  62. "rows": ["B1", "A4", "A5", "A6", "A7"]
  63. }
  64. },
  65. "transport": {
  66. "sync": {
  67. "indicators": true,
  68. "layer_state": true
  69. }
  70. }
  71. },
  72. "development_board": "blackpill_f411"
  73. }