qmk_firmware/keyboards/dztech/dz60rgb/keymaps/mekanist
XScorpion2 af89752bff rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part 2) (#5783)
* Initial conversion of the rgb_led struct

* Converting last keyboard & updating effects to take advantage of the new structure

* New struct should not be const

* Updated docs

* Changing define ___ for no led to NO_LED

* Missed converting some keymap usages of the old struct layout
2019-05-07 16:22:46 -07:00
..
keymap.c rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part 2) (#5783) 2019-05-07 16:22:46 -07:00
readme.md Add in mekanist's keymap. Thanks to MatthewRobo for assisting in creating some of his features (#5335) 2019-03-07 17:06:04 -08:00

mekanist keymap instructions

Dev Environment setup (macOS)

  1. Install Homebrew by copy pasting the following into a terminal:

    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    
  2. Refer to the QMK macOS Instructions and install the list of tools using the brew command in terminal.

  3. 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

  1. While in the qmk_firmware directory, issue the following command

    make git-submodule
    

    This will download the chibi-os submoduled needed to create firmware for ARM based boards such as the dz60rgb.

  2. While in the qmk_firmware directory, issue the followng command

    make dztech/dz60rgb:mekanist
    

    This will result in a file called dztech_dz60rgb_mekanist.bin that you can flash onto your board using QMK Toolbox.