summaryrefslogtreecommitdiff
path: root/keyboards/ps2avrGB/keymaps
AgeCommit message (Collapse)Author
2018-03-07Fixed compilation of the ps2avrGB keyboard/firmware (resolving #2425) (#2478)Sebastian Kaim
* 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.
2017-10-25added bfake support as a subproject (#1903)Sebastian Kaim
* added bfake support as a subproject also moved existing bmini stuff to a subproject fixed columns minor keymap update making this a subproject remove old stuff got subproject stuff figured out * travis was upset because a board didn't have a default keymap
2017-07-04Fixed indentation and now using quantum keycodes for rgblightLuiz Ribeiro
2017-06-11rgblight support for ps2avrGBLuiz Ribeiro
2017-06-09remove mechmini keymap from ps2avrGBJack Humbert
2017-06-07Added support for Mechmini v1chilifries
2017-05-03Use KC_KEYMAP for default-keymapThor77
and remove obsolete explicit line-separator "\"
2017-01-21Added a copyright header to the default keymap... ¯\_(ツ)_/¯Luiz Ribeiro
2017-01-21Slightly saner default keymap for ps2avrGB and removed some unused codeLuiz Ribeiro
2017-01-21Got ps2avrGB to work with the V-USB protocolLuiz Ribeiro