keyboard.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "hue_steps": 8,
  43. "saturation_steps": 17,
  44. "brightness_steps": 17,
  45. "max_brightness": 200,
  46. "animations": {
  47. "alternating": true,
  48. "breathing": true,
  49. "rainbow_mood": true,
  50. "static_gradient": true
  51. }
  52. },
  53. "ws2812": {
  54. "pin": "D2"
  55. },
  56. "layouts": {
  57. "LAYOUT": {
  58. "layout": [
  59. {"label": "Play", "matrix": [0, 1], "x": 1, "y": 0},
  60. {"label": "F1", "matrix": [1, 0], "x": 0, "y": 1},
  61. {"label": "F2", "matrix": [1, 1], "x": 1, "y": 1},
  62. {"label": "F3", "matrix": [1, 2], "x": 2, "y": 1},
  63. {"label": "F4", "matrix": [2, 0], "x": 0, "y": 2},
  64. {"label": "F5", "matrix": [2, 1], "x": 1, "y": 2},
  65. {"label": "F6", "matrix": [2, 2], "x": 2, "y": 2}
  66. ]
  67. }
  68. }
  69. }