Update ps2avrgb readme template (#5584)
- fix markdown formatting on macOS instructions (close code block) - update package install commands - set python3 - use pip3 to install pyusb - fix typo (extra backtick on bootloadhid package install line) - update Keyboard Maintainer line (now unified with AVR template)
This commit is contained in:
parent
c78bc6a2fe
commit
2df82514ab
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
A short description of the keyboard/project
|
A short description of the keyboard/project
|
||||||
|
|
||||||
Keyboard Maintainer: [You](https://github.com/yourusername)
|
Keyboard Maintainer: [%YOUR_NAME%](https://github.com/yourusername)
|
||||||
Hardware Supported: The PCBs, controllers supported
|
Hardware Supported: The PCBs, controllers supported
|
||||||
Hardware Availability: links to where you can find this hardware
|
Hardware Availability: links to where you can find this hardware
|
||||||
|
|
||||||
|
@ -34,10 +34,10 @@ macOS:
|
||||||
```
|
```
|
||||||
3. Install the following packages:
|
3. Install the following packages:
|
||||||
```
|
```
|
||||||
brew install python
|
brew install python3
|
||||||
brew install pyusb
|
pip3 install pyusb
|
||||||
brew install --HEAD`https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb
|
brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb
|
||||||
|
```
|
||||||
4. Place your keyboard into reset.
|
4. Place your keyboard into reset.
|
||||||
5. Flash the board by typing `bootloadHID -r` followed by the path to your `.hex` file.
|
5. Flash the board by typing `bootloadHID -r` followed by the path to your `.hex` file.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue