logo

qmk_firmware

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

keyboard.json (832B)


  1. {
  2. "keyboard_name": "Charybdis (4x6) 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. "pointing_device": true
  15. },
  16. "eeprom": {
  17. "driver": "spi"
  18. },
  19. "split": {
  20. "enabled": true
  21. },
  22. "rgb_matrix": {
  23. "driver": "ws2812"
  24. },
  25. "ws2812": {
  26. "pin": "A1",
  27. "driver": "pwm"
  28. },
  29. "build": {
  30. "debounce_type": "asym_eager_defer_pk"
  31. },
  32. "matrix_pins": {
  33. "cols": ["B0", "B1", "B10", "B3", "B4", "B5"],
  34. "rows": ["B15", "A2", "B8", "A8", "B9"]
  35. },
  36. "diode_direction": "ROW2COL",
  37. "development_board": "blackpill_f411"
  38. }