qmk_firmware

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

keyboard.json (1622B)


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