Compare commits
2 Commits
37ee1255de
...
b959908c09
| Author | SHA1 | Date | |
|---|---|---|---|
| b959908c09 | |||
| d23977bf52 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,7 +2,7 @@
|
|||||||
## July 2025
|
## July 2025
|
||||||
|
|
||||||
# Ignore .zip files
|
# Ignore .zip files
|
||||||
.zip
|
#*.zip # Actually I want the .zip files for this project
|
||||||
|
|
||||||
# Ignore .DS_Store files
|
# Ignore .DS_Store files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
@@ -42,8 +42,7 @@ The first successful firmware for the macropad.
|
|||||||
- Keys are the letters A through P
|
- Keys are the letters A through P
|
||||||
|
|
||||||
### How to flash the firmware
|
### How to flash the firmware
|
||||||
1. Download and install QMK.
|
1. Download and install QMK. Download and Install QMK Toolbox (program for flashing firmware) while you are at it.
|
||||||
1.1 Download and Install QMK Toolbox (program for flashing firmware) while you are at it.
|
|
||||||
2. Download the firmware folder for the revision and PCB you wish to flash.
|
2. Download the firmware folder for the revision and PCB you wish to flash.
|
||||||
3. Place the firmware in the QMK keyboards directory.
|
3. Place the firmware in the QMK keyboards directory.
|
||||||
4. Run the command `qmk config user.keyboard=<MacroPad_Firmware>`.
|
4. Run the command `qmk config user.keyboard=<MacroPad_Firmware>`.
|
||||||
@@ -54,8 +53,8 @@ The first successful firmware for the macropad.
|
|||||||
9. Load QMK Toolbox, set the local file to the .hex file that QMK just created.
|
9. Load QMK Toolbox, set the local file to the .hex file that QMK just created.
|
||||||
10. Holding down the rest button and any key in the bottom row of keys, connect the USB to the keyboard.
|
10. Holding down the rest button and any key in the bottom row of keys, connect the USB to the keyboard.
|
||||||
11. If the device is successfully in DFU (firmware upload) mode, the LEDs will not turn on and the Flash & Clear EEPROM buttons in QMK toolbox become available.
|
11. If the device is successfully in DFU (firmware upload) mode, the LEDs will not turn on and the Flash & Clear EEPROM buttons in QMK toolbox become available.
|
||||||
11.1. Repeat step 10 until the device is in DFU mode (may take many, many tries, there is an open issue about it...)
|
12. Repeat step 10 until the device is in DFU mode (may take many, many tries, there is an open issue about it...)
|
||||||
12. Press the Flash button
|
13. Press the Flash button
|
||||||
13. If successful, they board should be flashed.
|
14. If successful, they board should be flashed.
|
||||||
|
|
||||||
Alternative method is to skip steps 1 through 8 and just upload the hex file directly. I'll provide a list of hex files and a description of which one is which in the firmware README.
|
Alternative method is to skip steps 1 through 8 and just upload the hex file directly. I'll provide a list of hex files and a description of which one is which in the firmware README.
|
||||||
|
|||||||
Reference in New Issue
Block a user