diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-07 21:10:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-07 21:10:45 -0400 |
commit | 00d94166267f3ef9f514234ad877470b74b30601 (patch) | |
tree | 9013cabb2bb8292b4c15eed5f4b3e4e4bf7084fe /keyboards/ps2avrGB/README.md | |
parent | 84012d82439f614d4adc8d6af496cac301fab019 (diff) | |
parent | c9e0068cf22ec2652d54cca61e42d4d130d6836c (diff) |
Merge pull request #1372 from chilifries/master
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 f8360aec0c..16135eccd6 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: |