From e59475992e984e3384f48205e2f90855bc4661bf Mon Sep 17 00:00:00 2001 From: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com> Date: Thu, 27 Oct 2022 06:39:17 +1100 Subject: [Keyboard] Add Binepad BNR1 rotary encoder (#18809) Co-authored-by: Joel Challis --- keyboards/binepad/bnr1/v1/info.json | 14 ++++++++++++++ keyboards/binepad/bnr1/v1/rules.mk | 1 + 2 files changed, 15 insertions(+) create mode 100644 keyboards/binepad/bnr1/v1/info.json create mode 100644 keyboards/binepad/bnr1/v1/rules.mk (limited to 'keyboards/binepad/bnr1/v1') 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" } + ] + } +} diff --git a/keyboards/binepad/bnr1/v1/rules.mk b/keyboards/binepad/bnr1/v1/rules.mk new file mode 100644 index 0000000000..6e7633bfe0 --- /dev/null +++ b/keyboards/binepad/bnr1/v1/rules.mk @@ -0,0 +1 @@ +# This file intentionally left blank -- cgit v1.2.3