From 8e5cd981e1cb8580cde65ac99f335b59d65da632 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Thu, 14 Mar 2024 03:56:42 +0000 Subject: Migrate features from rules.mk to DD (#23247) --- keyboards/binepad/bn003/info.json | 27 --------------------------- keyboards/binepad/bn003/keyboard.json | 35 +++++++++++++++++++++++++++++++++++ keyboards/binepad/bn003/rules.mk | 12 ------------ 3 files changed, 35 insertions(+), 39 deletions(-) delete mode 100644 keyboards/binepad/bn003/info.json create mode 100644 keyboards/binepad/bn003/keyboard.json delete mode 100644 keyboards/binepad/bn003/rules.mk (limited to 'keyboards/binepad') diff --git a/keyboards/binepad/bn003/info.json b/keyboards/binepad/bn003/info.json deleted file mode 100644 index 408e670b95..0000000000 --- a/keyboards/binepad/bn003/info.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "keyboard_name": "BN003", - "manufacturer": "Binepad", - "url": "https://binepad.com", - "maintainer": "binepad", - "usb": { - "vid": "0x4249", - "pid": "0x4287", - "device_version": "0.0.1" - }, - "matrix_pins": { - "cols": ["B4", "B5", "B6"], - "rows": ["C6"] - }, - "diode_direction": "COL2ROW", - "processor": "atmega32u4", - "bootloader": "atmel-dfu", - "layouts": { - "LAYOUT": { - "layout": [ - {"x": 0, "y": 0, "matrix": [0, 0]}, - {"x": 1, "y": 0, "matrix": [0, 1]}, - {"x": 2, "y": 0, "matrix": [0, 2]} - ] - } - } -} diff --git a/keyboards/binepad/bn003/keyboard.json b/keyboards/binepad/bn003/keyboard.json new file mode 100644 index 0000000000..695518828e --- /dev/null +++ b/keyboards/binepad/bn003/keyboard.json @@ -0,0 +1,35 @@ +{ + "keyboard_name": "BN003", + "manufacturer": "Binepad", + "url": "https://binepad.com", + "maintainer": "binepad", + "usb": { + "vid": "0x4249", + "pid": "0x4287", + "device_version": "0.0.1" + }, + "features": { + "bootmagic": true, + "command": true, + "console": true, + "extrakey": true, + "mousekey": true, + "nkro": true + }, + "matrix_pins": { + "cols": ["B4", "B5", "B6"], + "rows": ["C6"] + }, + "diode_direction": "COL2ROW", + "processor": "atmega32u4", + "bootloader": "atmel-dfu", + "layouts": { + "LAYOUT": { + "layout": [ + {"x": 0, "y": 0, "matrix": [0, 0]}, + {"x": 1, "y": 0, "matrix": [0, 1]}, + {"x": 2, "y": 0, "matrix": [0, 2]} + ] + } + } +} diff --git a/keyboards/binepad/bn003/rules.mk b/keyboards/binepad/bn003/rules.mk deleted file mode 100644 index 5356b24d77..0000000000 --- a/keyboards/binepad/bn003/rules.mk +++ /dev/null @@ -1,12 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -- cgit v1.2.3