logo

qmk_firmware

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

info.json (1111B)


  1. {
  2. "keyboard_name": "8-Pack",
  3. "manufacturer": "Charles Garcia",
  4. "url": "https://github.com/cgarcia2097/8-Pack",
  5. "maintainer": "Charles Garcia",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x2171"
  9. },
  10. "qmk": {
  11. "locking": {
  12. "enabled": true,
  13. "resync": true
  14. }
  15. },
  16. "backlight": {
  17. "driver": "timer",
  18. "pins": ["D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5"],
  19. "levels": 8
  20. },
  21. "rgblight": {
  22. "led_count": 8,
  23. "animations": {
  24. "breathing": true,
  25. "rainbow_mood": true,
  26. "rainbow_swirl": true,
  27. "snake": true,
  28. "knight": true,
  29. "christmas": true,
  30. "static_gradient": true,
  31. "rgb_test": true,
  32. "alternating": true,
  33. "twinkle": true
  34. }
  35. },
  36. "ws2812": {
  37. "pin": "D2"
  38. },
  39. "development_board": "promicro",
  40. "features": {
  41. "backlight": true,
  42. "bootmagic": false,
  43. "command": true,
  44. "console": true,
  45. "extrakey": false,
  46. "mousekey": false,
  47. "nkro": false,
  48. "rgblight": true
  49. },
  50. "matrix_pins": {
  51. "direct": [
  52. ["F4", "F5", "F6", "F7"],
  53. ["B1", "B3", "B2", "B6"]
  54. ]
  55. }
  56. }