From fcaf67e4fc9e683fb2c07615d6f003e8685ff66e Mon Sep 17 00:00:00 2001 From: Tim Eastwood Date: Fri, 27 Jun 2025 15:50:30 +1000 Subject: [PATCH] changes as reviewed --- keyboards/rii/518bt/keyboard.json | 29 ++++++-------------- keyboards/rii/518bt/keymaps/default/rules.mk | 4 --- keyboards/rii/518bt/readme.md | 6 ++-- 3 files changed, 11 insertions(+), 28 deletions(-) delete mode 100644 keyboards/rii/518bt/keymaps/default/rules.mk diff --git a/keyboards/rii/518bt/keyboard.json b/keyboards/rii/518bt/keyboard.json index 41e02f9f8a9..16e947ecad6 100644 --- a/keyboards/rii/518bt/keyboard.json +++ b/keyboards/rii/518bt/keyboard.json @@ -5,7 +5,7 @@ "usb": { "vid": "0xFEED", "pid": "0x0011", - "device_version": "0.0.1" + "device_version": "1.0.0" }, "backlight": { "pin": "B0", @@ -13,8 +13,7 @@ "levels": 7 }, "bootmagic": { - "enabled": true, - "matrix": [5,0] + "matrix": [5, 0] }, "indicators": { "caps_lock": "B1", @@ -25,7 +24,8 @@ "bootmagic": true, "extrakey": true, "mousekey": false, - "nkro": true + "nkro": true, + "command": true }, "qmk": { "locking": { @@ -34,20 +34,7 @@ } }, "matrix_pins": { - "cols": [ - "A7", - "A6", - "A15", - "B3", - "B4", - "B5", - "B6", - "B7", - "B8", - "B9", - "C13", - "C14" - ], + "cols": ["A7", "A6", "A15", "B3", "B4", "B5", "B6", "B7", "B8", "B9", "C13", "C14"], "rows": ["A14", "A1", "A2", "A3", "A4", "A5"] }, "diode_direction": "COL2ROW", @@ -126,9 +113,9 @@ { "matrix": [5, 6], "x": 6, "y": 5 }, { "matrix": [5, 7], "x": 7, "y": 5 }, { "matrix": [5, 8], "x": 8, "y": 5 }, - { "matrix": [5, 9], "x": 10, "y": 5 }, - { "matrix": [5, 10], "x": 11, "y": 5 }, - { "matrix": [5, 11], "x": 12, "y": 5 } + { "matrix": [5, 9], "x": 9, "y": 5 }, + { "matrix": [5, 10], "x": 10, "y": 5 }, + { "matrix": [5, 11], "x": 11, "y": 5 } ] } } diff --git a/keyboards/rii/518bt/keymaps/default/rules.mk b/keyboards/rii/518bt/keymaps/default/rules.mk deleted file mode 100644 index f5671a8f013..00000000000 --- a/keyboards/rii/518bt/keymaps/default/rules.mk +++ /dev/null @@ -1,4 +0,0 @@ -BACKLIGHT_ENABLE = yes -NKRO_ENABLE = yes -COMMAND_ENABLE = yes -EXTRAKEY_ENABLE = yes \ No newline at end of file diff --git a/keyboards/rii/518bt/readme.md b/keyboards/rii/518bt/readme.md index a123287196e..b749ffc7ec9 100644 --- a/keyboards/rii/518bt/readme.md +++ b/keyboards/rii/518bt/readme.md @@ -11,6 +11,8 @@ The Rii 518bt is an ultra-compact 68-key keyboard. **Hardware Supported:** Rii 518BT with [custom USB/STM32F072 PCB](https://github.com/tim-eastwood/rii-518bt-usb-qmk-pcb) **Hardware Availability:** Build it yourself using any PCBA service using the source files / BoM located at [https://github.com/tim-eastwood/rii-518bt-usb-qmk-pcb](https://github.com/tim-eastwood/rii-518bt-usb-qmk-pcb) +Purchasing a Rii 518BT is required to obtain the housing, key membrane, and adhesive sheet of dome switches. + --- ## Compiling @@ -37,6 +39,4 @@ qmk flash -kb rii/518bt -km default --- -This is an independent hardware project and is not affiliated with Rii or the original manufacturer. - -Purchasing a Rii 518BT is required to obtain the housing, key membrane, and adhesive sheet of dome switches. +Disclaimer: This is an independent hardware project and is not affiliated with Rii or the original manufacturer.