62ba66d618
* clean up rgb matrix extern usage Moved rgb matrix boiler plate into macros Rebased onto typing heatmap pr * Fixing the reversed frame buffer access in digital rain * Fixing digital rain & typing heatmap if keyreactive effects are not enabled * Apply suggestions from code review Co-Authored-By: Drashna Jaelre <drashna@live.com> * Adding parenthesizes to DRIVER_LED_TOTAL where necessary * Updated docs * added notes about parentheses |
||
---|---|---|
.. | ||
keymap.c | ||
readme.md |
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
brew
command 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_firmware
directory, issue the following commandmake git-submodule
This will download the chibi-os submoduled needed to create firmware for ARM based boards such as the dz60rgb.
-
While in the
qmk_firmware
directory, issue the followng commandmake dztech/dz60rgb:mekanist
This will result in a file called
dztech_dz60rgb_mekanist.bin
that you can flash onto your board using QMK Toolbox.