logo

qmk_firmware

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

keyboard.json (1220B)


  1. {
  2. "keyboard_name": "SMD-2% Milk",
  3. "manufacturer": "Kingly-Keys",
  4. "maintainer": "TheRoyalSweatshirt",
  5. "usb": {
  6. "vid": "0xFEED",
  7. "pid": "0xB195",
  8. "device_version": "0.0.1",
  9. "force_nkro": true
  10. },
  11. "rgblight": {
  12. "hue_steps": 6,
  13. "saturation_steps": 4,
  14. "brightness_steps": 10,
  15. "led_count": 4,
  16. "animations": {
  17. "breathing": true,
  18. "rainbow_mood": true,
  19. "rainbow_swirl": true,
  20. "snake": true,
  21. "knight": true,
  22. "christmas": true,
  23. "static_gradient": true,
  24. "rgb_test": true,
  25. "alternating": true,
  26. "twinkle": true
  27. }
  28. },
  29. "ws2812": {
  30. "pin": "B3"
  31. },
  32. "features": {
  33. "bootmagic": false,
  34. "command": true,
  35. "console": true,
  36. "extrakey": false,
  37. "mousekey": false,
  38. "nkro": true,
  39. "rgblight": true
  40. },
  41. "qmk": {
  42. "locking": {
  43. "enabled": true,
  44. "resync": true
  45. }
  46. },
  47. "matrix_pins": {
  48. "cols": ["D3"],
  49. "rows": ["C5", "D2"]
  50. },
  51. "diode_direction": "ROW2COL",
  52. "processor": "atmega32u2",
  53. "bootloader": "atmel-dfu",
  54. "layouts": {
  55. "LAYOUT": {
  56. "layout": [
  57. {"matrix": [0, 0], "x": 0, "y": 0},
  58. {"matrix": [1, 0], "x": 0, "y": 1}
  59. ]
  60. }
  61. }
  62. }