logo

qmk_firmware

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

keyboard.json (831B)


  1. {
  2. "keyboard_name": "Charybdis Mini (3x6) STeMCell",
  3. "usb": {
  4. "device_version": "2.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. "rgb_matrix": {
  17. "driver": "ws2812"
  18. },
  19. "ws2812": {
  20. "pin": "A2",
  21. "driver": "pwm"
  22. },
  23. "build": {
  24. "debounce_type": "asym_eager_defer_pk"
  25. },
  26. "matrix_pins": {
  27. "cols": ["B1", "B2", "A4", "B4", "B5", "B8"],
  28. "rows": ["B0", "B3", "A15", "B9"]
  29. },
  30. "diode_direction": "ROW2COL",
  31. "split": {
  32. "enabled": true,
  33. "serial": {
  34. "pin": "A3"
  35. }
  36. },
  37. "development_board": "stemcell"
  38. }