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.
This commit is contained in:
Sebastian Kaim
2018-03-07 23:05:02 +01:00
committed by Jack Humbert
parent 6c473c5f38
commit bec8d58ad8
4 changed files with 112 additions and 5 deletions
+6 -3
View File
@@ -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