diff options
author | TheOneTrueTrench <38593283+TheOneTrueTrench@users.noreply.github.com> | 2018-10-18 00:38:24 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-10-17 21:38:24 -0700 |
commit | 4a7baaaf50bc9cce3886ff7e1b6455e028d92ab9 (patch) | |
tree | 2aa0ac20470e331ed98fc9ed262b8dd2e99553a1 /keyboards/dz60/keymaps/marianas/rules.mk | |
parent | dad79cafcd9b3401b68fb29aaa311e999c4c4e6e (diff) | |
download | qmk_firmware-4a7baaaf50bc9cce3886ff7e1b6455e028d92ab9.tar.gz qmk_firmware-4a7baaaf50bc9cce3886ff7e1b6455e028d92ab9.zip |
Keymap: Adding new functionality to personal keymap, smart macros (#4159)
* Added base keymap
* Added initial layers and mirrored most of Pok3r behavior.
* Some stuff for Space Captain
* Added new Marianas keymap for DZ60
* Included suggestions to remove unnecessary line regarding MODS_CTRL_MASK, and added names for layers.
Added enum to define names for layers, and removed unused #DEFINE
* Added DVORAK and COLEMAK
* Caps + enter + space for flashing mode.
* Added RGB status
* added flash script
* Changed lighting modes to make layers more apparent
* fixed issue with not being able to exit gaming mode.
* Added abbreviation constructor
* Changed lighting modes to make layers more apparent
* fixed issue with not being able to exit gaming mode.
* Added abbreviation constructor
* Fixed bug with SQL Table Macro generator.
* restructured file. No Logical changes.
* literals only for smart macros
* removed extraneous pointer declaration.
* Smart Macros
* Added Makefile and header file
* extended smart macros to be able to cover the whole alphas.
* removed non-relavent keymaps.
* didn't mean to include this guy.
Diffstat (limited to 'keyboards/dz60/keymaps/marianas/rules.mk')
-rw-r--r-- | keyboards/dz60/keymaps/marianas/rules.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/dz60/keymaps/marianas/rules.mk b/keyboards/dz60/keymaps/marianas/rules.mk new file mode 100644 index 0000000000..ab188f3b2c --- /dev/null +++ b/keyboards/dz60/keymaps/marianas/rules.mk @@ -0,0 +1,17 @@ +# Build Options +# comment out to disable the options. +# + + +BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) +MOUSEKEY_ENABLE = no # Mouse keys(+4700) +EXTRAKEY_ENABLE = yes # Audio control and System control(+450) +CONSOLE_ENABLE = no # Console for debug(+400) +COMMAND_ENABLE = no # Commands for debug and configuration +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +NKRO_ENABLE = no # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +AUDIO_ENABLE = no +RGBLIGHT_ENABLE = yes +TAP_DANCE_ENABLE = no +AUTO_SHIFT_ENABLE = no |