You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.1 KiB

  1. {
  2. "keyboard_name": "Albacore",
  3. "manufacturer": "paprikman",
  4. "url": "https://github.com/paprikman/qmk_firmware/tree/master/keyboards/paprikman/albacore",
  5. "maintainer": "paprikman",
  6. "usb": {
  7. "vid": "0x736D",
  8. "pid": "0x000A",
  9. "device_version": "0.0.1"
  10. },
  11. "rgb_matrix": {
  12. "driver": "ws2812",
  13. "max_brightness": 220,
  14. "sleep": true
  15. },
  16. "matrix_pins": {
  17. "cols": ["C6", "B6", "B5", "B4"],
  18. "rows": ["D5", "C7"]
  19. },
  20. "diode_direction": "COL2ROW",
  21. "bootmagic": {
  22. "matrix": [1, 0]
  23. },
  24. "ws2812": {
  25. "pin": "B3"
  26. },
  27. "processor": "atmega32u4",
  28. "bootloader": "atmel-dfu",
  29. "layouts": {
  30. "LAYOUT": {
  31. "layout": [
  32. {"matrix": [0, 1], "x": 0.75, "y": 0},
  33. {"matrix": [0, 2], "x": 1.75, "y": 0},
  34. {"matrix": [0, 3], "x": 2.75, "y": 0},
  35. {"matrix": [1, 0], "x": 0, "y": 1},
  36. {"matrix": [1, 1], "x": 1, "y": 1},
  37. {"matrix": [1, 2], "x": 2, "y": 1},
  38. {"matrix": [1, 3], "x": 3, "y": 1}
  39. ]
  40. }
  41. }
  42. }