* Update keymap.c Additional functionality added to layers. * Error fix Fixed missing key in layer 5, fixed brightness keys with universal codes, made code more readable. * fix missing commas fixed missing commas on line 19 and line 23 * fix Indicator LED sticking on RGB off toggle. fixes issue: LED indicators stay on when toggling RGB off |
||
|---|---|---|
| .. | ||
| keymap.c | ||
| readme.md | ||
mekanist keymap instructions
Dev Environment setup (macOS)
-
Install Homebrew by copy pasting the following into a terminal:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" -
Refer to the QMK macOS Instructions and install the list of tools using the
brewcommand in terminal. -
While in terminal, issue the following command within the directory you wish to clone qmk_firmware in.
git clone https://github.com/qmk/qmk_firmware.git
Creating the mekanist dz60rgb firmware file
-
While in the
qmk_firmwaredirectory, issue the following commandmake git-submoduleThis will download the chibi-os submoduled needed to create firmware for ARM based boards such as the dz60rgb.
-
While in the
qmk_firmwaredirectory, issue the followng commandmake dztech/dz60rgb:mekanistThis will result in a file called
dztech_dz60rgb_mekanist.binthat you can flash onto your board using QMK Toolbox.