|
|
vor 3 Jahren | |
|---|---|---|
| .. | ||
| m80v2h | f4ba17c4a0 Move LED indicator config to data driven (#19800) | vor 3 Jahren |
| m80v2s | f4ba17c4a0 Move LED indicator config to data driven (#19800) | vor 3 Jahren |
| chconf.h | dea23720e6 [Keyboard] Add Mode Eighty M80v2 PCB support (#15486) | vor 4 Jahren |
| config.h | 2da0827d4f Remove matrix size defines (#19581) | vor 3 Jahren |
| halconf.h | dea23720e6 [Keyboard] Add Mode Eighty M80v2 PCB support (#15486) | vor 4 Jahren |
| m80v2.c | dea23720e6 [Keyboard] Add Mode Eighty M80v2 PCB support (#15486) | vor 4 Jahren |
| m80v2.h | dea23720e6 [Keyboard] Add Mode Eighty M80v2 PCB support (#15486) | vor 4 Jahren |
| mcuconf.h | dea23720e6 [Keyboard] Add Mode Eighty M80v2 PCB support (#15486) | vor 4 Jahren |
| readme.md | d2accb48e7 RESET -> QK_BOOT keyboard readme (#18110) | vor 4 Jahren |
The Mode80 is a tenkeyless high-end keyboard sold by Mode Designs.
The DFU state in the bootloader can be accessed in 3 ways:
QK_BOOT if it is available (ESC key at layer 1 in the default layout)After accessing the DFU state in your PCB, build the default layout using:
make mode/m80v2/m80v2h:default # Hotswap
make mode/m80v2/m80v2s:default # Soldered
Then download the resulting binary *bin file using dfu-util or QMK Toolbox.
After accessing the DFU state in your PCB, you can compile-and-flash automatically usind dfu-util through
make mode/m80v2/m80v2h:default:flash # Hotswap
make mode/m80v2/m80v2s:default:flash # Soldered
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.
