logo

qmk_firmware

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

keyboard.json (779B)


  1. {
  2. "keyboard_name": "Skeletyl Blackpill",
  3. "usb": {
  4. "device_version": "1.0.0",
  5. "shared_endpoint": {
  6. "keyboard": true
  7. }
  8. },
  9. "features": {
  10. "bootmagic": true,
  11. "mousekey": true,
  12. "extrakey": true,
  13. "rgb_matrix": true
  14. },
  15. "eeprom": {
  16. "driver": "spi"
  17. },
  18. "split": {
  19. "enabled": true
  20. },
  21. "rgb_matrix": {
  22. "driver": "ws2812"
  23. },
  24. "ws2812": {
  25. "pin": "A1",
  26. "driver": "pwm"
  27. },
  28. "build": {
  29. "debounce_type": "asym_eager_defer_pk"
  30. },
  31. "matrix_pins": {
  32. "cols": ["B1", "B10", "B3", "B4", "B5"],
  33. "rows": ["A2", "B8", "A8", "B9"]
  34. },
  35. "diode_direction": "ROW2COL",
  36. "development_board": "blackpill_f411"
  37. }