qmk_firmware

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

keyboard.json (3084B)


      1 {
      2     "keyboard_name": "AMAG23",
      3     "manufacturer": "Koolertron",
      4     "url": "http://www.koolertron.com/koolertron-one-handed-macro-mechanical-keyboard-with-23-fully-programmable-keys-portable-mini-one-handed-mechanical-gaming-keypad-black-blue-switches-rgb-led.html",
      5     "maintainer": "ianmclinden",
      6     "usb": {
      7         "vid": "0x4B54",
      8         "pid": "0x2323",
      9         "device_version": "0.0.1"
     10     },
     11     "rgblight": {
     12         "saturation_steps": 8,
     13         "brightness_steps": 8,
     14         "led_count": 7,
     15         "animations": {
     16             "breathing": true,
     17             "rainbow_mood": true,
     18             "rainbow_swirl": true,
     19             "snake": true,
     20             "knight": true,
     21             "christmas": true,
     22             "static_gradient": true,
     23             "rgb_test": true,
     24             "alternating": true,
     25             "twinkle": true
     26         }
     27     },
     28     "ws2812": {
     29         "driver": "i2c"
     30     },
     31     "features": {
     32         "bootmagic": true,
     33         "extrakey": true,
     34         "mousekey": true,
     35         "nkro": false,
     36         "rgblight": true
     37     },
     38     "qmk": {
     39         "locking": {
     40             "enabled": true,
     41             "resync": true
     42         }
     43     },
     44     "matrix_pins": {
     45         "cols": ["B0", "B1", "B2", "B3", "B4", "B5"],
     46         "rows": ["A0", "A1", "A2", "A3"]
     47     },
     48     "diode_direction": "ROW2COL",
     49     "processor": "atmega32a",
     50     "bootloader": "bootloadhid",
     51     "layout_aliases": {
     52         "LAYOUT_all": "LAYOUT"
     53     },
     54     "layouts": {
     55         "LAYOUT": {
     56             "layout": [
     57                 {"label": "Esc", "matrix": [0, 0], "x": 0, "y": 0},
     58                 {"label": "1", "matrix": [0, 1], "x": 1, "y": 0},
     59                 {"label": "2", "matrix": [0, 2], "x": 2, "y": 0},
     60                 {"label": "3", "matrix": [0, 3], "x": 3, "y": 0},
     61                 {"label": "4", "matrix": [0, 4], "x": 4, "y": 0},
     62                 {"label": "5", "matrix": [0, 5], "x": 5, "y": 0},
     63 
     64                 {"label": "Tab", "matrix": [1, 0], "x": 0, "y": 1},
     65                 {"label": "Q", "matrix": [1, 1], "x": 1, "y": 1},
     66                 {"label": "W", "matrix": [1, 2], "x": 2, "y": 1},
     67                 {"label": "E", "matrix": [1, 3], "x": 3, "y": 1},
     68                 {"label": "R", "matrix": [1, 4], "x": 4, "y": 1},
     69                 {"label": "Y", "matrix": [1, 5], "x": 5, "y": 1},
     70 
     71                 {"label": "Fn", "matrix": [2, 0], "x": 0, "y": 2},
     72                 {"label": "A", "matrix": [2, 1], "x": 1, "y": 2},
     73                 {"label": "S", "matrix": [2, 2], "x": 2, "y": 2},
     74                 {"label": "D", "matrix": [2, 3], "x": 3, "y": 2},
     75                 {"label": "F", "matrix": [2, 4], "x": 4, "y": 2},
     76                 {"label": "G", "matrix": [2, 5], "x": 5, "y": 2},
     77 
     78                 {"label": "Z", "matrix": [3, 0], "x": 0, "y": 3},
     79                 {"label": "X", "matrix": [3, 1], "x": 1, "y": 3},
     80                 {"label": "C", "matrix": [3, 2], "x": 2, "y": 3},
     81                 {"label": "B", "matrix": [3, 3], "x": 3, "y": 3},
     82                 {"label": "Space", "matrix": [3, 5], "x": 4, "y": 3, "w": 2}
     83             ]
     84         }
     85     }
     86 }