summaryrefslogtreecommitdiff
path: root/keyboards/binepad/bnr1/v1/info.json
diff options
context:
space:
mode:
authorVino Rodrigues <366673+vinorodrigues@users.noreply.github.com>2022-10-27 06:39:17 +1100
committerGitHub <noreply@github.com>2022-10-26 12:39:17 -0700
commite59475992e984e3384f48205e2f90855bc4661bf (patch)
treeef563da1d51f60b96fdcbd0a05d106ef688e7bfa /keyboards/binepad/bnr1/v1/info.json
parente485261e53517931d205cb8542446e36e7246f26 (diff)
[Keyboard] Add Binepad BNR1 rotary encoder (#18809)
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/binepad/bnr1/v1/info.json')
-rw-r--r--keyboards/binepad/bnr1/v1/info.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/binepad/bnr1/v1/info.json b/keyboards/binepad/bnr1/v1/info.json
new file mode 100644
index 0000000000..44edbf87d3
--- /dev/null
+++ b/keyboards/binepad/bnr1/v1/info.json
@@ -0,0 +1,14 @@
+{
+ "bootloader": "atmel-dfu",
+ "processor": "atmega32u4",
+ "diode_direction": "COL2ROW",
+ "matrix_pins": {
+ "cols": ["B0"],
+ "rows": ["E6"]
+ },
+ "encoder": {
+ "rotary": [
+ { "pin_a": "D6", "pin_b": "D7" }
+ ]
+ }
+}