diff options
| author | Silvino R. | 2025-05-05 03:46:11 +0200 |
|---|---|---|
| committer | GitHub | 2025-05-05 03:46:11 +0200 |
| commit | 0c0d038a404afc3c5621f2a0c1ad541803f68e28 (patch) | |
| tree | 277eb3364f78eb804a92afe1af17a00066ecd4e4 /keyboards/binepad/kn01/keymaps/default | |
| parent | cf5ce64b1b2bc4d5362c94473a2b9f25a64e4892 (diff) | |
[Keyboard] Add Binepad KN01 (#25224)
* Add Binepad NeoKnob KN01
* post @waffle87 recommendations
Diffstat (limited to 'keyboards/binepad/kn01/keymaps/default')
| -rw-r--r-- | keyboards/binepad/kn01/keymaps/default/keymap.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/keyboards/binepad/kn01/keymaps/default/keymap.json b/keyboards/binepad/kn01/keymaps/default/keymap.json new file mode 100644 index 0000000000..d6a3835f6c --- /dev/null +++ b/keyboards/binepad/kn01/keymaps/default/keymap.json @@ -0,0 +1,29 @@ +{ + "config": { + "features": { + "encoder_map": true + } + }, + "encoders": [ + [ + { + "ccw": "KC_VOLD", + "cw": "KC_VOLU" + } + ], + [ + { + "ccw": "KC_MS_WH_DOWN", + "cw": "KC_MS_WH_UP" + } + ] + ], + "keyboard": "binepad/kn01", + "keymap": "default", + "layers": [ + ["LT(1, KC_MUTE)"], + ["_______"] + ], + "layout": "LAYOUT_ortho_1x1", + "version": 1 +} |