aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/donutcables/budget96/readme.md
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-04-07 07:34:01 -0700
committerDrashna Jaelre <drashna@live.com>2019-04-07 07:34:01 -0700
commita8e3462b4bd5706f17f460e36b88b4063ef148f6 (patch)
tree71347d261fd54c053893d7364ed3b2e0b827b050 /keyboards/donutcables/budget96/readme.md
parentb8f7834051f601d028b8182077322c1b45d7c112 (diff)
downloadfirmware-a8e3462b4bd5706f17f460e36b88b4063ef148f6.tar.gz
firmware-a8e3462b4bd5706f17f460e36b88b4063ef148f6.tar.bz2
firmware-a8e3462b4bd5706f17f460e36b88b4063ef148f6.zip
[Keyboard] Refactor budget96 to remove custom i2c code in favor of QMK i2c_master (#5571)
* remove custom i2c code in favor of QMK i2c_master * fix readme * disable bootmagic as it doesn't work on bmc boards
Diffstat (limited to 'keyboards/donutcables/budget96/readme.md')
-rw-r--r--keyboards/donutcables/budget96/readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/donutcables/budget96/readme.md b/keyboards/donutcables/budget96/readme.md
index e44b9a3e7..70e4d3afb 100644
--- a/keyboards/donutcables/budget96/readme.md
+++ b/keyboards/donutcables/budget96/readme.md
@@ -12,7 +12,7 @@ Make example for this keyboard (after setting up your build environment):
Flashing
-**Reset Key:** Hold down the key located at `K00`, commonly programmed as left control while plugging in the keyboard. You may also hold down the key located at `K50`, commonly programmed as the `Esc` key.
+**Reset Key:** Hold down the key located at `K00`, commonly programmed as left control while plugging in the keyboard.
ps2avr(GB) boards use an atmega32a microcontroller and a different bootloader. It is not flashable using the regular QMK methods.
@@ -34,7 +34,7 @@ macOS:
```
3. Install the following packages:
```
- brew install python
+ brew install python3
pip3 install pyusb
brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb