logo

qmk_firmware

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

keyboard.json (640B)


  1. {
  2. "keyboard_name": "Skeletyl Elite-C",
  3. "usb": {
  4. "device_version": "2.0.0"
  5. },
  6. "features": {
  7. "bootmagic": true,
  8. "mousekey": true,
  9. "extrakey": true,
  10. "rgb_matrix": true
  11. },
  12. "ws2812": {
  13. "pin": "D3"
  14. },
  15. "rgb_matrix": {
  16. "driver": "ws2812"
  17. },
  18. "matrix_pins": {
  19. "cols": ["F5", "B6", "D7", "E6", "B4"],
  20. "rows": ["F7", "C6", "D4", "B5"]
  21. },
  22. "diode_direction": "ROW2COL",
  23. "split": {
  24. "enabled": true,
  25. "serial": {
  26. "pin": "D2"
  27. }
  28. },
  29. "processor": "atmega32u4",
  30. "bootloader": "atmel-dfu"
  31. }