summaryrefslogtreecommitdiffstats
path: root/keyboards/ps2avrGB/README.md
diff options
context:
space:
mode:
authorSebastian Kaim <Sebb767@users.noreply.github.com>2018-03-07 23:05:02 +0100
committerJack Humbert <jack.humb@gmail.com>2018-03-07 23:05:02 +0100
commitbec8d58ad8d8efc2095682f2aba7abc106c2464a (patch)
tree5b4375ba2f866f4f808dd57acf79fa5a19c0e869 /keyboards/ps2avrGB/README.md
parent6c473c5f3863256f9b9d10d5c9292b15e9507178 (diff)
downloadqmk_firmware-bec8d58ad8d8efc2095682f2aba7abc106c2464a.tar.gz
qmk_firmware-bec8d58ad8d8efc2095682f2aba7abc106c2464a.tar.xz
Fixed compilation of the ps2avrGB keyboard/firmware (resolving #2425) (#2478)
* Fixed compilation of the ps2avrGB keyboard/firmware This commit fixes the silent compilation error for the ps2avrGB keyboard/firmware. This error was caused by a lacking default keymap which it did not have because all keyboards based on it were moved to another directory. I also added the required config.h options so it's possible to compile it again and (probably) flash it on a b.mini. Lastly, I updated the README to reflect the current state. This commit fixes #2425 * Referenced the pearl in the ps2avrGB REAMDE Added a reference to the pearl keyboard in the README of the ps2avrGB keyboard as it is originally based on the firmware as well.
Diffstat (limited to 'keyboards/ps2avrGB/README.md')
-rw-r--r--keyboards/ps2avrGB/README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/keyboards/ps2avrGB/README.md b/keyboards/ps2avrGB/README.md
index 886e3aea8..5111be264 100644
--- a/keyboards/ps2avrGB/README.md
+++ b/keyboards/ps2avrGB/README.md
@@ -10,11 +10,14 @@ Note that this is a complete replacement for the firmware, so you won't be
using Bootmapper Client to change any keyboard settings, since not all the
USB report options are supported.
+This is an example based on the b.mini keyboard for making other keyboards
+compatible with QMK; fully supported boards have their own directory.
+
## Supported Boards
-Only the [B.mini X2](http://winkeyless.kr/product/b-mini-x2-pcb/) has been
-tested so far (since it's the only one I own). But other boards that use
-the ps2avrGB firmware should work as well.
+- [b.fake](https://github.com/qmk/qmk_firmware/tree/master/keyboards/bfake)
+- [b.mini](https://github.com/qmk/qmk_firmware/tree/master/keyboards/bmini)
+- [pearl](https://github.com/qmk/qmk_firmware/tree/master/keyboards/pearl)
## Installing