qmk_firmware

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

keymap.json (878B)


      1 {
      2     "keyboard": "1upkeyboards/sweet16v2",
      3     "keymap": "default",
      4     "coonfig": {
      5         "features": {
      6             "encoder_map": true
      7         }
      8     },
      9     "layout": "LAYOUT_ortho_4x4",
     10     "layers": [
     11         [
     12             "KC_P7", "KC_P8", "KC_P8",   "KC_PMNS",
     13             "KC_P4", "KC_P5", "KC_P6",   "KC_PPLS",
     14             "KC_P1", "KC_P2", "KC_P3",   "KC_PSLS",
     15             "MO(1)", "KC_P0", "KC_PDOT", "KC_PENT"
     16         ],
     17         [
     18             "RM_TOGG", "RM_HUEU", "RM_SATU", "RM_VALU",
     19             "RM_NEXT", "RM_HUED", "RM_SATD", "RM_VALD",
     20             "RM_SPDD", "RM_SPDU", "_______", "_______",
     21             "_______", "_______", "_______", "QK_BOOT"
     22         ]
     23     ],
     24     "encoders": [
     25         [{"ccw": "KC_VOLD", "cw": "KC_VOLU"}, {"ccw": "RM_VALD", "cw": "RM_VALU"}],
     26         [{"ccw": "_______", "cw": "_______"}, {"ccw": "_______", "cw": "_______"}]
     27     ]
     28 }