mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 13:12:08 +00:00
changes as reviewed
This commit is contained in:
parent
6e5fe5f77c
commit
fcaf67e4fc
@ -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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +0,0 @@
|
||||
BACKLIGHT_ENABLE = yes
|
||||
NKRO_ENABLE = yes
|
||||
COMMAND_ENABLE = yes
|
||||
EXTRAKEY_ENABLE = yes
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user