qmk_firmware

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

keymap.json (949B)


      1 {
      2     "keyboard": "binepad/bnk8",
      3     "version": 1,
      4     "author": "binepad",
      5     "notes": "Copyright 2024 Binepad (@binepad) \n SPDX-License-Identifier: GPL-2.0-or-later \n This file is a keymap.json file for binepad/bnk8",
      6     "keymap": "default",
      7     "layout": "LAYOUT_ortho_3x3",
      8     "layers": [
      9         [
     10             "KC_P1", "KC_P2", "KC_MUTE",
     11             "KC_P3", "KC_P4", "KC_P5",
     12             "KC_P6", "KC_P7", "LT(1, KC_P8)"
     13         ],
     14         [
     15             "RM_HUEU", "RM_SATU", "RM_SPDU",
     16             "RM_HUED", "RM_SATD", "RM_SPDD",
     17             "RM_TOGG", "RM_NEXT", "_______"
     18 
     19         ]
     20     ],
     21     "config": {
     22         "features": {
     23             "encoder_map": true
     24         }
     25     },
     26     "encoders": [
     27         [
     28             {
     29                 "ccw": "KC_VOLD",
     30                 "cw": "KC_VOLU"
     31             }
     32         ],
     33         [
     34             {
     35                 "ccw": "RM_VALD",
     36                 "cw": "RM_VALU"
     37             }
     38         ]
     39     ]
     40 }