logo

qmk_firmware

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

info.json (1363B)


  1. {
  2. "manufacturer": "CannonKeys",
  3. "url": "https://cannonkeys.com",
  4. "maintainer": "awkannan",
  5. "usb": {
  6. "vid": "0xCA04",
  7. "device_version": "0.0.1"
  8. },
  9. "matrix_pins": {
  10. "cols": ["B11", "B10", "B2", "A9", "A15", "B3", "B4", "B5", "B6", "B7", "B8", "B9", "C13", "C14", "C15"],
  11. "rows": ["B1", "B0", "A7", "A5", "A4"]
  12. },
  13. "diode_direction": "COL2ROW",
  14. "backlight": {
  15. "pin": "A6",
  16. "levels": 6,
  17. "breathing": true
  18. },
  19. "rgblight": {
  20. "led_count": 20,
  21. "animations": {
  22. "breathing": true,
  23. "rainbow_mood": true,
  24. "rainbow_swirl": true,
  25. "snake": true,
  26. "knight": true,
  27. "christmas": true,
  28. "static_gradient": true,
  29. "rgb_test": true,
  30. "alternating": true,
  31. "twinkle": true
  32. }
  33. },
  34. "ws2812": {
  35. "pin": "B15",
  36. "driver": "spi"
  37. },
  38. "processor": "STM32F072",
  39. "bootloader": "stm32-dfu",
  40. "features": {
  41. "bootmagic": true,
  42. "mousekey": true,
  43. "extrakey": true,
  44. "console": true,
  45. "command": true,
  46. "nkro": true,
  47. "backlight": true,
  48. "rgblight": true
  49. },
  50. "qmk": {
  51. "locking": {
  52. "enabled": true,
  53. "resync": true
  54. }
  55. }
  56. }