qmk_firmware

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

keymap.json (524B)


      1 {
      2     "config": {
      3         "features": {
      4             "encoder_map": true
      5         }
      6     },
      7     "encoders": [
      8         [
      9             {
     10                 "ccw": "KC_VOLD",
     11                 "cw": "KC_VOLU"
     12             }
     13         ],
     14         [
     15             {
     16                 "ccw": "MS_WHLD",
     17                 "cw": "MS_WHLU"
     18             }
     19         ]
     20     ],
     21     "keyboard": "binepad/kn01",
     22     "keymap": "default",
     23     "layers": [
     24         ["LT(1, KC_MUTE)"],
     25         ["_______"]
     26     ],
     27     "layout": "LAYOUT_ortho_1x1",
     28     "version": 1
     29 }