qmk_firmware

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

keyboard.json (1503B)


      1 {
      2   "keyboard_name": "Palette1202",
      3   "manufacturer": "niltea",
      4   "url": "https://github.com/niltea/Palette1202",
      5   "maintainer": "niltea",
      6   "usb": {
      7     "vid": "0xFEED",
      8     "pid": "0x1202",
      9     "device_version": "0.0.1"
     10   },
     11   "features": {
     12     "bootmagic": false,
     13     "command": true,
     14     "console": true,
     15     "encoder": true,
     16     "extrakey": true,
     17     "mousekey": true,
     18     "nkro": false,
     19     "oled": true
     20   },
     21   "matrix_pins": {
     22     "cols": ["C6", "D7", "E6", "B4", "B5"],
     23     "rows": ["B6", "B2", "B3"]
     24   },
     25   "diode_direction": "COL2ROW",
     26   "encoder": {
     27     "rotary": [
     28       {"pin_a": "F4", "pin_b": "F5", "resolution": 2},
     29       {"pin_a": "F6", "pin_b": "F7", "resolution": 2}
     30     ]
     31   },
     32   "processor": "atmega32u4",
     33   "bootloader": "atmel-dfu",
     34   "layouts": {
     35     "LAYOUT": {
     36       "layout": [
     37           {"matrix": [0, 0], "x": 0, "y": 0.75},
     38           {"matrix": [0, 1], "x": 1, "y": 0.25},
     39           {"matrix": [0, 2], "x": 2, "y": 0},
     40           {"matrix": [0, 3], "x": 3, "y": 0.5},
     41           {"matrix": [0, 4], "x": 4, "y": 0},
     42 
     43           {"matrix": [1, 0], "x": 0, "y": 1.75},
     44           {"matrix": [1, 1], "x": 1, "y": 1.25},
     45           {"matrix": [1, 2], "x": 2, "y": 1},
     46           {"matrix": [1, 3], "x": 3, "y": 1.5},
     47           {"matrix": [1, 4], "x": 4, "y": 1},
     48 
     49           {"matrix": [2, 1], "x": 1, "y": 2.5},
     50           {"matrix": [2, 2], "x": 2, "y": 2.5},
     51           {"matrix": [2, 3], "x": 3, "y": 2.5},
     52           {"matrix": [2, 4], "x": 4, "y": 2.5, "r": 15}
     53       ]
     54     }
     55   }
     56 }