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.

48 lines
1.1 KiB

  1. {
  2. "keyboard_name": "business_card beta",
  3. "manufacturer": "kakunpc",
  4. "url": "",
  5. "maintainer": "kakunpc",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x0000",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "saturation_steps": 8,
  13. "brightness_steps": 8,
  14. "led_count": 6,
  15. "sleep": true
  16. },
  17. "ws2812": {
  18. "pin": "D3"
  19. },
  20. "matrix_pins": {
  21. "cols": ["B4", "B5"],
  22. "rows": ["B3", "B2", "B6"]
  23. },
  24. "diode_direction": "COL2ROW",
  25. "processor": "atmega32u4",
  26. "bootloader": "atmel-dfu",
  27. "features": {
  28. "bootmagic": false,
  29. "mousekey": false,
  30. "extrakey": false,
  31. "rgblight": true,
  32. "oled": true
  33. },
  34. "layouts": {
  35. "LAYOUT": {
  36. "layout": [
  37. {"matrix": [2, 1], "x": 0, "y": 0},
  38. {"matrix": [2, 0], "x": 1, "y": 0},
  39. {"matrix": [1, 1], "x": 0, "y": 1},
  40. {"matrix": [1, 0], "x": 1, "y": 1},
  41. {"matrix": [0, 1], "x": 0, "y": 2},
  42. {"matrix": [0, 0], "x": 1, "y": 2}
  43. ]
  44. }
  45. }
  46. }