qmk_firmware

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

info.json (1450B)


      1 {
      2     "manufacturer": "The Mad Noodle",
      3     "keyboard_name": "NoodlePad",
      4     "maintainer": "The-Mad-Noodle",
      5     "url": "https://www.madnoodleprototypes.com/",
      6     "bootloader": "atmel-dfu",
      7     "processor": "atmega32u4",
      8     "diode_direction": "ROW2COL",
      9     "features": {
     10         "bootmagic": true,
     11         "extrakey": true,
     12         "mousekey": true,
     13         "nkro": true,
     14         "rgblight": true,
     15         "encoder": true
     16     },
     17     "rgblight": {
     18         "hue_steps": 10,
     19         "led_count": 4,
     20         "sleep": true,
     21         "animations": {
     22             "breathing": true,
     23             "rainbow_mood": true,
     24             "rainbow_swirl": true,
     25             "snake": true,
     26             "knight": true,
     27             "christmas": true,
     28             "static_gradient": true,
     29             "rgb_test": true,
     30             "alternating": true,
     31             "twinkle": true
     32         }
     33     },
     34     "layouts": {
     35         "LAYOUT_ortho_3x3": {
     36             "layout": [
     37                 {"x":0, "y":0, "matrix": [0,0]}, 
     38                 {"label":"Encoder", "x":1, "y":0, "matrix": [0,1]}, 
     39                 {"x":2, "y":0, "matrix": [0,2]}, 
     40                 {"x":0, "y":1, "matrix": [1,0]}, 
     41                 {"x":1, "y":1, "matrix": [1,1]}, 
     42                 {"x":2, "y":1, "matrix": [1,2]},
     43                 {"x":0, "y":2, "matrix": [2,0]}, 
     44                 {"x":1, "y":2, "matrix": [2,1]}, 
     45                 {"x":2, "y":2, "matrix": [2,2]}
     46               ]
     47         }
     48     },
     49 
     50 }