]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keymap: Adding new functionality to personal keymap, smart macros (#4159)
authorTheOneTrueTrench <38593283+TheOneTrueTrench@users.noreply.github.com>
Thu, 18 Oct 2018 04:38:24 +0000 (00:38 -0400)
committerDrashna Jaelre <drashna@live.com>
Thu, 18 Oct 2018 04:38:24 +0000 (21:38 -0700)
commit4a7baaaf50bc9cce3886ff7e1b6455e028d92ab9
tree2aa0ac20470e331ed98fc9ed262b8dd2e99553a1
parentdad79cafcd9b3401b68fb29aaa311e999c4c4e6e
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.
keyboards/dz60/keymaps/marianas/keymap.c
keyboards/dz60/keymaps/marianas/keymap.h [new file with mode: 0644]
keyboards/dz60/keymaps/marianas/rules.mk [new file with mode: 0644]