qmk_firmware

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

keyboard.json (1375B)


      1 {
      2     "keyboard_name": "6macro",
      3     "manufacturer": "joaofbmaia",
      4     "maintainer": "joaofbmaia",
      5     "usb": {
      6       "vid": "0xFEED",
      7       "pid": "0x0037",
      8       "device_version": "0.0.1"
      9     },
     10     "rgblight": {
     11       "hue_steps": 10,
     12       "led_count": 10,
     13       "animations": {
     14         "breathing": true,
     15         "rainbow_mood": true,
     16         "rainbow_swirl": true,
     17         "snake": true,
     18         "knight": true,
     19         "static_gradient": true
     20       }
     21     },
     22     "ws2812": {
     23       "pin": "D2"
     24     },
     25     "rgb_matrix": {
     26       "driver": "ws2812"
     27     },
     28     "features": {
     29         "bootmagic": false,
     30         "extrakey": true,
     31         "mousekey": true,
     32         "nkro": true,
     33         "rgblight": true,
     34         "unicode": true
     35     },
     36     "matrix_pins": {
     37       "cols": ["B0", "B1", "B2"],
     38       "rows": ["B3", "B4"]
     39     },
     40     "diode_direction": "COL2ROW",
     41     "processor": "atmega32u2",
     42     "bootloader": "atmel-dfu",
     43     "layouts": {
     44       "LAYOUT": {
     45         "layout": [
     46           {"label": "k00", "matrix": [0, 0], "x": 0, "y": 0},
     47           {"label": "k01", "matrix": [0, 1], "x": 1, "y": 0},
     48           {"label": "k02", "matrix": [0, 2], "x": 2, "y": 0},
     49 
     50           {"label": "k10", "matrix": [1, 0], "x": 0, "y": 1},
     51           {"label": "k11", "matrix": [1, 1], "x": 1, "y": 1},
     52           {"label": "k12", "matrix": [1, 2], "x": 2, "y": 1}
     53         ]
     54       }
     55     }
     56   }