aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/binepad/kn01/keymaps/default
diff options
context:
space:
mode:
authorSilvino R.2025-05-05 03:46:11 +0200
committerGitHub2025-05-05 03:46:11 +0200
commit0c0d038a404afc3c5621f2a0c1ad541803f68e28 (patch)
tree277eb3364f78eb804a92afe1af17a00066ecd4e4 /keyboards/binepad/kn01/keymaps/default
parentcf5ce64b1b2bc4d5362c94473a2b9f25a64e4892 (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.json29
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
+}