info.json 1.9 KB

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