qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

keyboard.json (1695B)


      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         "extrakey": true,
     10         "mousekey": true,
     11         "nkro": false,
     12         "rgblight": true,
     13         "encoder": true
     14     },
     15     "build": {
     16         "lto": true
     17     },
     18     "usb": {
     19         "vid": "0xFEED",
     20         "pid": "0x23B0",
     21         "device_version": "1.1.0"
     22     },
     23     "bootmagic": {
     24         "matrix": [2, 2]
     25     },
     26     "matrix_pins": {
     27         "direct": [
     28             [null, "F5", null],
     29             ["D4", "D7", "B4"],
     30             ["C6", "E6", "B5"]
     31         ]
     32     },
     33     "encoder": {
     34         "rotary": [
     35             {"pin_a": "F7", "pin_b": "F6", "resolution": 2}
     36         ]
     37     },
     38     "rgblight": {
     39         "led_count": 8,
     40         "max_brightness": 200,
     41         "animations": {
     42             "alternating": true,
     43             "breathing": true,
     44             "rainbow_mood": true,
     45             "static_gradient": true
     46         }
     47     },
     48     "ws2812": {
     49         "pin": "D2"
     50     },
     51     "layouts": {
     52         "LAYOUT": {
     53             "layout": [
     54             {"label": "Play", "matrix": [0, 1], "x": 1, "y": 0},
     55 
     56             {"label": "F1", "matrix": [1, 0], "x": 0, "y": 1},
     57             {"label": "F2", "matrix": [1, 1], "x": 1, "y": 1},
     58             {"label": "F3", "matrix": [1, 2], "x": 2, "y": 1},
     59 
     60             {"label": "F4", "matrix": [2, 0], "x": 0, "y": 2},
     61             {"label": "F5", "matrix": [2, 1], "x": 1, "y": 2},
     62             {"label": "F6", "matrix": [2, 2], "x": 2, "y": 2}
     63             ]
     64         }
     65     }
     66 }