From bb53e9d5394fb59469b9e23ce4ed26dfdc4c6248 Mon Sep 17 00:00:00 2001 From: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com> Date: Tue, 21 Mar 2023 16:13:44 +1100 Subject: [Keyboard] Consolidate Binepad BN009 R1 and R2 (#20113) --- keyboards/binepad/bn009/r1/info.json | 14 ++++++++++++++ keyboards/binepad/bn009/r1/readme.md | 3 +++ keyboards/binepad/bn009/r1/rules.mk | 4 ++++ 3 files changed, 21 insertions(+) create mode 100644 keyboards/binepad/bn009/r1/info.json create mode 100644 keyboards/binepad/bn009/r1/readme.md create mode 100644 keyboards/binepad/bn009/r1/rules.mk (limited to 'keyboards/binepad/bn009/r1') diff --git a/keyboards/binepad/bn009/r1/info.json b/keyboards/binepad/bn009/r1/info.json new file mode 100644 index 0000000000..b83ebd3ebc --- /dev/null +++ b/keyboards/binepad/bn009/r1/info.json @@ -0,0 +1,14 @@ +{ + "keyboard_name": "BN009 R1", + "bootloader": "atmel-dfu", + "diode_direction": "COL2ROW", + "matrix_pins": { + "cols": ["D2", "D1", "D0"], + "rows": ["B6", "B5", "B4"] + }, + "processor": "atmega32u4", + "usb": { + "device_version": "0.0.1" + } + } + \ No newline at end of file diff --git a/keyboards/binepad/bn009/r1/readme.md b/keyboards/binepad/bn009/r1/readme.md new file mode 100644 index 0000000000..125441c6a2 --- /dev/null +++ b/keyboards/binepad/bn009/r1/readme.md @@ -0,0 +1,3 @@ +# BINEPAD BN009 R1 + +* Hardware Supported: BN009 R1 *(ft. ATmega32U4)* diff --git a/keyboards/binepad/bn009/r1/rules.mk b/keyboards/binepad/bn009/r1/rules.mk new file mode 100644 index 0000000000..10468472aa --- /dev/null +++ b/keyboards/binepad/bn009/r1/rules.mk @@ -0,0 +1,4 @@ +# Copyright 2020 Binepad (@binpad) +# SPDX-License-Identifier: GPL-2.0-or-later + +LTO_ENABLE = yes -- cgit v1.2.3