]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/singa/readme.md
Usbasploader bootloader option addition (#6304)
[qmk_firmware.git] / keyboards / singa / readme.md
index 7a374db25c654fd7cf25bb8a967afdbb2c3b6c1d..4400717c800e6c30ab6ff2634a4ee51500d9b883 100644 (file)
@@ -4,7 +4,7 @@
 ![Singa](https://i.imgur.com/VVO27Tr.jpg)
 
 
-A short description of the keyboard/project
+75% Custom Keyboard. 
 
 
 Keyboard Maintainer: [amnesia0287](https://github.com/amnesia0287)  
@@ -38,12 +38,12 @@ macOS:
     ```
 3. Install the following packages:
     ```
-    brew install python
-    brew install pyusb
-    brew install --HEAD`https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb
+    brew install python3
+    pip3 install pyusb
+    brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb
 
 4. Place your keyboard into reset. 
 5. Flash the board by typing `bootloadHID -r` followed by the path to your `.hex` file. 
 
 
-See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.
+See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.