qmk_firmware

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

keyboard.json (2308B)


      1 {
      2     "keyboard_name": "latinpadble",
      3     "manufacturer": "haierwangwei2005",
      4     "url": "https://github.com/latincompass/2-RotaryEncoder-pad",
      5     "maintainer": "haierwangwei2005",
      6     "usb": {
      7         "vid": "0x7C88",
      8         "pid": "0x7C98",
      9         "device_version": "0.0.1"
     10     },
     11     "features": {
     12         "bluetooth": true,
     13         "bootmagic": false,
     14         "encoder": true,
     15         "extrakey": true,
     16         "mousekey": true,
     17         "nkro": false,
     18         "oled": true,
     19         "rgblight": true
     20     },
     21     "build": {
     22         "lto": true
     23     },
     24     "matrix_pins": {
     25         "cols": ["D6", "D7", "B5", "B6"],
     26         "rows": ["F0", "F6", "F5", "F4", "F1"]
     27     },
     28     "diode_direction": "ROW2COL",
     29     "encoder": {
     30         "rotary": [
     31             {"pin_a": "C7", "pin_b": "F7"}
     32         ]
     33     },
     34     "ws2812": {
     35         "pin": "B7"
     36     },
     37     "rgblight": {
     38         "brightness_steps": 25,
     39         "led_count": 4,
     40         "animations": {
     41             "alternating": true,
     42             "breathing": true,
     43             "christmas": true,
     44             "rainbow_mood": true,
     45             "rainbow_swirl": true,
     46             "snake": true,
     47             "static_gradient": true
     48         }
     49     },
     50     "bluetooth": {
     51         "driver": "bluefruit_le"
     52     },
     53     "processor": "atmega32u4",
     54     "bootloader": "caterina",
     55     "layouts": {
     56         "LAYOUT": {
     57             "layout": [
     58                 {"matrix": [0, 0], "x": 0, "y": 0, "w": 0.8, "h": 0.8},
     59 
     60                 {"matrix": [1, 0], "x": 0, "y": 1},
     61                 {"matrix": [1, 1], "x": 1, "y": 1},
     62                 {"matrix": [1, 2], "x": 2, "y": 1},
     63                 {"matrix": [1, 3], "x": 3, "y": 1},
     64 
     65                 {"matrix": [2, 0], "x": 0, "y": 2},
     66                 {"matrix": [2, 1], "x": 1, "y": 2},
     67                 {"matrix": [2, 2], "x": 2, "y": 2},
     68                 {"matrix": [2, 3], "x": 3, "y": 2},
     69 
     70                 {"matrix": [3, 0], "x": 0, "y": 3},
     71                 {"matrix": [3, 1], "x": 1, "y": 3},
     72                 {"matrix": [3, 2], "x": 2, "y": 3},
     73                 {"matrix": [3, 3], "x": 3, "y": 3},
     74 
     75                 {"matrix": [4, 0], "x": 0, "y": 4},
     76                 {"matrix": [4, 1], "x": 1, "y": 4},
     77                 {"matrix": [4, 2], "x": 2, "y": 4},
     78                 {"matrix": [4, 3], "x": 3, "y": 4}
     79             ]
     80         }
     81     }
     82 }