logo

qmk_firmware

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

keyboard.json (1011B)


  1. {
  2. "usb": {
  3. "device_version": "0.0.2"
  4. },
  5. "matrix_pins": {
  6. "cols": ["F1", "F4", "E2", "B6", "D7", "D6"],
  7. "rows": ["F5", "F6", "C7", "F7"]
  8. },
  9. "diode_direction": "COL2ROW",
  10. "qmk_lufa_bootloader": {
  11. "esc_input": "F5",
  12. "esc_output": "F1",
  13. "led": "D5",
  14. "speaker": "C6"
  15. },
  16. "split": {
  17. "enabled": true,
  18. "handedness": {
  19. "pin": "B4"
  20. },
  21. "serial": {
  22. "pin": "D0"
  23. }
  24. },
  25. "rgblight": {
  26. "led_count": 12,
  27. "split_count": [6, 6],
  28. "animations": {
  29. "breathing": true,
  30. "rainbow_mood": true,
  31. "rainbow_swirl": true,
  32. "snake": true,
  33. "knight": true,
  34. "christmas": true,
  35. "static_gradient": true,
  36. "rgb_test": true,
  37. "alternating": true,
  38. "twinkle": true
  39. }
  40. },
  41. "ws2812": {
  42. "pin": "F0"
  43. },
  44. "bootloader": "qmk-dfu"
  45. }