]> git.donarmstrong.com Git - qmk_firmware.git/commit
Fixed compilation of the ps2avrGB keyboard/firmware (resolving #2425) (#2478)
authorSebastian Kaim <Sebb767@users.noreply.github.com>
Wed, 7 Mar 2018 22:05:02 +0000 (23:05 +0100)
committerJack Humbert <jack.humb@gmail.com>
Wed, 7 Mar 2018 22:05:02 +0000 (17:05 -0500)
commitbec8d58ad8d8efc2095682f2aba7abc106c2464a
tree5b4375ba2f866f4f808dd57acf79fa5a19c0e869
parent6c473c5f3863256f9b9d10d5c9292b15e9507178
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.
keyboards/ps2avrGB/README.md
keyboards/ps2avrGB/bmini.h [new file with mode: 0644]
keyboards/ps2avrGB/config.h
keyboards/ps2avrGB/keymaps/default/keymap.c [new file with mode: 0644]