[Keyboard] Winkeyless Directory (#5163)
* introduce wkl directory and readme * move bface into winkeyless directory and edit readme for new make instructions * move bmini into the winkeyless directory and edit readme * move bmini ex into winkeyless directory * edit readme some more * add newbs guide to readmes * fix path to bface * temporarily turn off community layout support until we refactor this taking out all the custom ps2avrgb stuff
This commit is contained in:
parent
593d08d6ae
commit
f0edc993b7
@ -8,7 +8,7 @@ Hardware Availability: [Winkeyless](https://winkeyless.kr/product/b-face-x2-pcb/
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make bface:default
|
||||
make winkeyless/bface:default
|
||||
|
||||
Flashing
|
||||
|
||||
@ -41,4 +41,4 @@ macOS:
|
||||
5. Flash the board by typing `bootloadHID -r` followed by the path to your `.hex` file.
|
||||
|
||||
|
||||
See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
|
||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
@ -44,6 +44,5 @@ CUSTOM_MATRIX = yes
|
||||
SRC = matrix.c i2c.c backlight_ps2avrGB.c
|
||||
|
||||
# programming options
|
||||
PROGRAM_CMD = ./keyboards/bface/program .build/$(TARGET).hex
|
||||
PROGRAM_CMD = ./keyboards/winkeyless/bface/program .build/$(TARGET).hex
|
||||
|
||||
LAYOUTS = 60_ansi
|
@ -1,5 +1,4 @@
|
||||
B.mini
|
||||
========
|
||||
# B.mini
|
||||
|
||||
A 75% keyboard with RGB
|
||||
|
||||
@ -9,7 +8,7 @@ Hardware Availability: http://winkeyless.kr/product/b-mini-x2-pcb/
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make bmini:default
|
||||
make winkeyless/bmini:default
|
||||
|
||||
Flashing
|
||||
|
||||
@ -41,4 +40,4 @@ macOS:
|
||||
5. Flash the board by typing `bootloadHID -r` followed by the path to your `.hex` file.
|
||||
|
||||
|
||||
See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
|
||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
@ -1,5 +1,4 @@
|
||||
B.mini EX
|
||||
=========
|
||||
# B.mini EX
|
||||
|
||||
A compact fullsize keyboard with RGB
|
||||
|
||||
@ -9,6 +8,6 @@ Hardware Availability: https://winkeyless.kr/product/b-mini-ex-x2-pcb/
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make bminiex:default
|
||||
make winkeyless/bminiex:default
|
||||
|
||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
7
keyboards/winkeyless/readme.md
Normal file
7
keyboards/winkeyless/readme.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Winkeyless
|
||||
|
||||
[Winkeyless](https://www.winkeyless.kr) is a Korean keyboard company popular for creating the Boot Mapper Client (BMC) firmware. Most Winkeyless boards were low profile and constructed out of acrylic showcasing their RGB underglow capabilities.
|
||||
|
||||
In late 2018, Winkeyless closed its doors due to the numerous unlicensed implementations of its hardware and software.
|
||||
|
||||
This directory contains official Winkeyless boards that have had QMK ported to work with them.
|
Loading…
Reference in New Issue
Block a user