keyboard.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "keyboard_name": "Little Big Scroll 4",
  3. "manufacturer": "Tweetys Wild Thinking",
  4. "url": "https://lectronz.com/stores/tweetys-wild-thinking",
  5. "maintainer": "TweetyDaBird",
  6. "development_board": "promicro",
  7. "bootloader_instructions": "Short marked pads on PCB, or hold top left key when plugging in.",
  8. "features": {
  9. "bootmagic": true,
  10. "command": false,
  11. "console": false,
  12. "extrakey": true,
  13. "mousekey": false,
  14. "nkro": false,
  15. "rgblight": true,
  16. "encoder": true
  17. },
  18. "build": {
  19. "lto": true
  20. },
  21. "usb": {
  22. "vid": "0xFEED",
  23. "pid": "0x23B0",
  24. "device_version": "1.1.0"
  25. },
  26. "matrix_pins": {
  27. "direct": [
  28. ["E6", "D7", "F4"],
  29. ["B5", "B4", null]
  30. ]
  31. },
  32. "encoder": {
  33. "rotary": [
  34. {"pin_a": "B1", "pin_b": "F7", "resolution": 2}
  35. ]
  36. },
  37. "rgblight": {
  38. "led_count": 6,
  39. "hue_steps": 8,
  40. "saturation_steps": 17,
  41. "brightness_steps": 17,
  42. "max_brightness": 175,
  43. "animations": {
  44. "alternating": true,
  45. "breathing": true,
  46. "rainbow_mood": true,
  47. "static_gradient": true
  48. }
  49. },
  50. "ws2812": {
  51. "pin": "D2"
  52. },
  53. "layouts": {
  54. "LAYOUT": {
  55. "layout": [
  56. {"label": "Play", "matrix": [0, 2], "x": 2, "y": 0, "w": 2, "h": 2},
  57. {"label": "F1", "matrix": [0, 0], "x": 0, "y": 0},
  58. {"label": "F2", "matrix": [0, 1], "x": 1, "y": 0},
  59. {"label": "F3", "matrix": [1, 0], "x": 0, "y": 1},
  60. {"label": "F4", "matrix": [1, 1], "x": 1, "y": 1}
  61. ]
  62. }
  63. }
  64. }