info.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. {
  35. "pin_a": "B1",
  36. "pin_b": "F7",
  37. "resolution": 2
  38. }
  39. ]
  40. },
  41. "rgblight": {
  42. "led_count": 6,
  43. "pin": "D2",
  44. "hue_steps": 8,
  45. "saturation_steps": 17,
  46. "brightness_steps": 17,
  47. "max_brightness": 175,
  48. "animations": {
  49. "alternating": true,
  50. "breathing": true,
  51. "rainbow_mood": true,
  52. "static_gradient": true
  53. }
  54. },
  55. "layouts": {
  56. "LAYOUT": {
  57. "layout": [
  58. { "label": "Play", "matrix": [0, 2], "x": 2, "y": 0, "w": 2, "h": 2 },
  59. { "label": "F1", "matrix": [0, 0], "x": 0, "y": 0, "w": 1, "h": 1 },
  60. { "label": "F2", "matrix": [0, 1], "x": 1, "y": 0, "w": 1, "h": 1 },
  61. { "label": "F3", "matrix": [1, 0], "x": 0, "y": 1, "w": 1, "h": 1 },
  62. { "label": "F4", "matrix": [1, 1], "x": 1, "y": 1, "w": 1, "h": 1 }
  63. ]
  64. }
  65. }
  66. }