logo

qmk_firmware

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

keyboard.json (1114B)


  1. {
  2. "keyboard_name": "AEKISO60 Rev A",
  3. "usb": {
  4. "pid": "0x0001",
  5. "device_version": "0.0.1"
  6. },
  7. "rgblight": {
  8. "saturation_steps": 8,
  9. "brightness_steps": 8,
  10. "led_count": 12,
  11. "animations": {
  12. "breathing": true,
  13. "rainbow_mood": true,
  14. "rainbow_swirl": true,
  15. "snake": true,
  16. "knight": true,
  17. "christmas": true,
  18. "static_gradient": true,
  19. "rgb_test": true,
  20. "alternating": true,
  21. "twinkle": true
  22. }
  23. },
  24. "ws2812": {
  25. "pin": "D3"
  26. },
  27. "features": {
  28. "bootmagic": true,
  29. "extrakey": true,
  30. "mousekey": false,
  31. "nkro": false
  32. },
  33. "matrix_pins": {
  34. "cols": ["C4", "C6", "B7", "B6", "B5", "B4", "B3", "B2", "B1", "D6", "D5", "D4", "D2", "D1"],
  35. "rows": ["C2", "D0", "B0", "C7", "C5"]
  36. },
  37. "diode_direction": "COL2ROW",
  38. "qmk_lufa_bootloader": {
  39. "esc_input": "C2",
  40. "esc_output": "C4"
  41. },
  42. "processor": "atmega32u2",
  43. "bootloader": "atmel-dfu"
  44. }