summaryrefslogtreecommitdiff
path: root/keyboards/anavi/knob1/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/anavi/knob1/info.json')
-rw-r--r--keyboards/anavi/knob1/info.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/anavi/knob1/info.json b/keyboards/anavi/knob1/info.json
index 7ed1767a24..cb85035a22 100644
--- a/keyboards/anavi/knob1/info.json
+++ b/keyboards/anavi/knob1/info.json
@@ -5,7 +5,6 @@
"maintainer": "leon-anavi",
"processor": "RP2040",
"bootloader": "rp2040",
- "debounce": 5,
"features": {
"bootmagic": false,
"command": false,
@@ -45,10 +44,15 @@
}
]
},
+ "matrix_pins": {
+ "direct": [
+ ["GP26"]
+ ]
+ },
"layouts": {
"LAYOUT_k1": {
"layout": [
- { "label":"Mute", "x": 0, "y": 0 }
+ { "x": 0, "y": 0, "matrix": [0, 0] }
]
}
},