summaryrefslogtreecommitdiff
path: root/keyboards/nullbitsco/scramble/v2/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/nullbitsco/scramble/v2/info.json')
-rw-r--r--keyboards/nullbitsco/scramble/v2/info.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/nullbitsco/scramble/v2/info.json b/keyboards/nullbitsco/scramble/v2/info.json
new file mode 100644
index 0000000000..5255c32205
--- /dev/null
+++ b/keyboards/nullbitsco/scramble/v2/info.json
@@ -0,0 +1,15 @@
+{
+ "encoder": {
+ "rotary": [
+ {"pin_a": "GP24", "pin_b": "GP25"}
+ ]
+ },
+ "processor": "RP2040",
+ "bootloader": "rp2040",
+ "matrix_pins": {
+ "direct": [
+ ["GP6", "GP8", "GP10"],
+ ["GP29", "GP28", "GP22"]
+ ]
+ }
+}