diff options
Diffstat (limited to 'keyboards/geekboards/macropad_v2/readme.md')
-rw-r--r-- | keyboards/geekboards/macropad_v2/readme.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/keyboards/geekboards/macropad_v2/readme.md b/keyboards/geekboards/macropad_v2/readme.md new file mode 100644 index 000000000..45bb7df6f --- /dev/null +++ b/keyboards/geekboards/macropad_v2/readme.md | |||
@@ -0,0 +1,32 @@ | |||
1 | # geekboards/macropad_v2 | ||
2 | |||
3 |  | ||
4 | |||
5 | 8-keys macropad with CNC aluminium case, RGB LEDs for both backlight and switches, hot-swap connectors. | ||
6 | |||
7 | Keyboard Maintainer: [ruddy17](https://github.com/ruddy17) | ||
8 | Hardware Supported: Geekboards Macropad v2, STM32F072C8T6 | ||
9 | Hardware Availability: https://geekboards.ru | ||
10 | |||
11 | Compile instruction for this keyboard (after setting up your build environment): | ||
12 | |||
13 | make geekboards/macropad_v2:via | ||
14 | |||
15 | ## Update firmware | ||
16 | ### Enter bootloader | ||
17 | 1. Press and hold leftmost button on top row (where ESC usually is) | ||
18 | 2. Plug in USB | ||
19 | 3. Keep holding the button for 3 more seconds | ||
20 | 4. Release the button | ||
21 | |||
22 | Alternatively: | ||
23 | 1. Remove bottom cover | ||
24 | 1. On the pcb short together two contacts labeled BOOT0 | ||
25 | 2. Plug in USB | ||
26 | 3. Release BOOT0 | ||
27 | |||
28 | ### Flash | ||
29 | |||
30 | make geekboards/macropad_v2:via:flash | ||
31 | |||
32 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | ||