diff options
author | chilifries <> | 2017-06-07 16:24:40 -0700 |
---|---|---|
committer | Youshik <yum@rubiconproject.com> | 2017-06-07 16:24:40 -0700 |
commit | c9e0068cf22ec2652d54cca61e42d4d130d6836c (patch) | |
tree | 9013cabb2bb8292b4c15eed5f4b3e4e4bf7084fe /keyboards/ps2avrGB/README.md | |
parent | 84012d82439f614d4adc8d6af496cac301fab019 (diff) | |
download | qmk_firmware-c9e0068cf22ec2652d54cca61e42d4d130d6836c.tar.gz |
Added support for Mechmini v1
Diffstat (limited to 'keyboards/ps2avrGB/README.md')
-rw-r--r-- | keyboards/ps2avrGB/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/ps2avrGB/README.md b/keyboards/ps2avrGB/README.md index f8360aec0..16135eccd 100644 --- a/keyboards/ps2avrGB/README.md +++ b/keyboards/ps2avrGB/README.md @@ -40,6 +40,12 @@ Then, with the keyboard plugged in, simply run this command from the $ make ps2avrGB-program ``` +Or if you have a MechMini: + +``` +$ make ps2avrGB-mechmini-program +``` + If you prefer, you can just build it and flash the firmware directly with `bootloadHID` if you boot the board while holding down `L_Ctrl` to keep it in the bootloader: |