qmk_firmware

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

keyboard.json (3001B)


      1 {
      2     "keyboard_name": "Nano Pad",
      3     "manufacturer": "Work Louder",
      4     "url": "https://worklouder.cc/",
      5     "maintainer": "Work Louder",
      6     "usb": {
      7         "vid": "0x574C",
      8         "pid": "0xE6F0",
      9         "device_version": "0.0.1",
     10         "max_power": 100
     11     },
     12     "build": {
     13         "lto": true
     14     },
     15     "features": {
     16         "bootmagic": true,
     17         "encoder": true,
     18         "extrakey": true,
     19         "mousekey": true,
     20         "nkro": true,
     21         "rgb_matrix": true,
     22         "rgblight": true
     23     },
     24     "rgb_matrix": {
     25         "animations": {
     26             "alphas_mods": true,
     27             "gradient_up_down": true,
     28             "gradient_left_right": true,
     29             "breathing": true,
     30             "band_sat": true,
     31             "band_val": true,
     32             "band_pinwheel_sat": true,
     33             "band_pinwheel_val": true,
     34             "band_spiral_sat": true,
     35             "band_spiral_val": true,
     36             "cycle_all": true,
     37             "cycle_left_right": true,
     38             "cycle_up_down": true,
     39             "rainbow_moving_chevron": true,
     40             "cycle_out_in": true,
     41             "cycle_out_in_dual": true,
     42             "cycle_pinwheel": true,
     43             "cycle_spiral": true,
     44             "dual_beacon": true,
     45             "rainbow_beacon": true,
     46             "rainbow_pinwheels": true,
     47             "raindrops": true,
     48             "jellybean_raindrops": true,
     49             "hue_breathing": true,
     50             "hue_pendulum": true,
     51             "hue_wave": true,
     52             "pixel_rain": true,
     53             "pixel_flow": true,
     54             "pixel_fractal": true,
     55             "typing_heatmap": true,
     56             "digital_rain": true
     57         },
     58         "driver": "ws2812",
     59         "layout": [
     60             {"matrix": [0, 2], "x": 103, "y": 32, "flags": 4},
     61             {"matrix": [0, 1], "x": 122, "y": 32, "flags": 4}
     62         ],
     63         "max_brightness": 120,
     64         "sleep": true
     65     },
     66     "matrix_pins": {
     67         "cols": ["B5", "B6", "C6"],
     68         "rows": ["F7"]
     69     },
     70     "diode_direction": "COL2ROW",
     71     "encoder": {
     72         "rotary": [
     73             {"pin_a": "D7", "pin_b": "B4"}
     74         ]
     75     },
     76     "ws2812": {
     77         "pin": "F6"
     78     },
     79     "rgblight": {
     80         "led_count": 6,
     81         "driver": "custom",
     82         "max_brightness": 120,
     83         "sleep": true,
     84         "animations": {
     85             "breathing": true,
     86             "rainbow_mood": true,
     87             "rainbow_swirl": true,
     88             "snake": true,
     89             "knight": true,
     90             "christmas": true,
     91             "static_gradient": true,
     92             "twinkle": true
     93         },
     94         "default": {
     95             "hue": 170
     96         }
     97     },
     98     "bootmagic": {
     99         "matrix": [0, 2]
    100     },
    101     "processor": "atmega32u4",
    102     "bootloader": "atmel-dfu",
    103     "layouts": {
    104         "LAYOUT": {
    105             "layout": [
    106                 {"matrix": [0, 0], "x": 0, "y": 0},
    107                 {"matrix": [0, 1], "x": 1, "y": 0},
    108                 {"matrix": [0, 2], "x": 2, "y": 0}
    109             ]
    110         }
    111     }
    112 }