A short description of the keyboard/project
- Keyboard Maintainer: polyhedra-hub
- Hardware Supported: The PCBs, controllers supported
- Hardware Availability: Links to where you can find this hardware
Make example for this keyboard (after setting up your build environment):
make diymacropad:default
Flashing example for this keyboard:
make diymacropad:default:flash
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.
When importing this folder into qmk_firmware repo make sure that the folder name is diymacropad.
Making and compiling your QMK code can be done with the QMK MSYS CLI.
the steps for making the new repository are:
qmk setup
qmk new-keyboard
qmk compile -kb <keyboard> -km default
For flashing the keyboard I suggest using QMK Toolbox, as it downloads all the necessary drivers.
You just need to go to
Tools
Install Drivers
Restart your machine before proceeding to the next step
Select the correct MCU in the upper right corner window. For Arduino Pro Micro it is atmel32u4.
After that you need to
upload the hex file
restart the keyboard via pin
click flash.
Please check your antivirus and open the program in admin mode if you have any problems flashing your hex file.
Cheers and Happy hacking