logo

qmk_firmware

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

keyboard.json (925B)


  1. {
  2. "keyboard_name": "Charybdis (4x6) Elite-C",
  3. "usb": {
  4. "device_version": "1.0.0"
  5. },
  6. "features": {
  7. "bootmagic": true,
  8. "mousekey": false,
  9. "extrakey": true,
  10. "rgb_matrix": true,
  11. "pointing_device": true
  12. },
  13. "build": {
  14. "lto": true
  15. },
  16. "ws2812": {
  17. "pin": "D3"
  18. },
  19. "rgb_matrix": {
  20. "driver": "ws2812"
  21. },
  22. "matrix_pins": {
  23. "cols": ["D5", "C7", "F0", "D7", "E6", "B4"],
  24. "rows": ["F1", "B7", "C6", "D4", "B5"]
  25. },
  26. "diode_direction": "ROW2COL",
  27. "split": {
  28. "enabled": true,
  29. "serial": {
  30. "pin": "D2"
  31. },
  32. "matrix_pins": {
  33. "right": {
  34. "cols": ["F1", "C7", "B7", "D7", "E6", "B4"],
  35. "rows": ["D5", "F0", "C6", "D4", "B5"]
  36. }
  37. }
  38. },
  39. "processor": "atmega32u4",
  40. "bootloader": "atmel-dfu"
  41. }