aboutsummaryrefslogtreecommitdiff
path: root/keyboards/geekboards/macropad_v2/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/geekboards/macropad_v2/readme.md')
-rw-r--r--keyboards/geekboards/macropad_v2/readme.md32
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![Geekboards Macropad v2](https://github.com/ruddy17/my_files/blob/main/macropad_v2.jpg)
4
58-keys macropad with CNC aluminium case, RGB LEDs for both backlight and switches, hot-swap connectors.
6
7Keyboard Maintainer: [ruddy17](https://github.com/ruddy17)
8Hardware Supported: Geekboards Macropad v2, STM32F072C8T6
9Hardware Availability: https://geekboards.ru
10
11Compile instruction for this keyboard (after setting up your build environment):
12
13 make geekboards/macropad_v2:via
14
15## Update firmware
16### Enter bootloader
171. Press and hold leftmost button on top row (where ESC usually is)
182. Plug in USB
193. Keep holding the button for 3 more seconds
204. Release the button
21
22Alternatively:
231. Remove bottom cover
241. On the pcb short together two contacts labeled BOOT0
252. Plug in USB
263. Release BOOT0
27
28### Flash
29
30 make geekboards/macropad_v2:via:flash
31
32See 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).