diff options
author | Alexander Kagno <cwre@protonmail.com> | 2018-09-22 09:43:28 -0600 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-09-22 08:43:28 -0700 |
commit | 35e76539e7257a1932ec76882892b999e21c9d4f (patch) | |
tree | 5c363a2d7eb8f8d0c5d85394064f5219fa469f03 /keyboards/mechmini/v2/keymaps/arkag/config.h | |
parent | 747cf78b5da17969fe057d77512e276fa6c59fd9 (diff) | |
download | qmk_firmware-35e76539e7257a1932ec76882892b999e21c9d4f.tar.gz qmk_firmware-35e76539e7257a1932ec76882892b999e21c9d4f.zip |
Keymap: Arkag Userspace and MechMini2 Layout (#3958)
* deleting arkag branch, forcibly moving changes over to master
* fade_color function added, not tested
* added half functions some stuff
* surround_type function implemented and working.
* added flashing function and removed fading, flashing supports infinite flashing along with controlled number flashes
* added a fade state machine and functionality
* build optimizations, changed fade to bounce between bounds rather than roll over, added a HALMAK layout
* changes to sleep breath function, changed how I will switch to HALMAK
* support for halmak added
* support for activity detection added, condensed fading and flashing state machines, removed support for HALMAK and COLEMAK because arkag is stupid
* changed sleep and inactive behaviors, now the color shifting reverses on state change, yay! save_color and reset_color are made to enable layer color changing to look cooler.
* reformatted some if statements in state detection
* changes to force fade to pause on boot, or plug in.
* Attempting to move over to userspace, pushing to repository for help
* userspace stuff....
* userspace stuff....
* layout changes, working userspace,
Removed left side shift and replaced it with a MT() for LSFT and SPC. Userspace seems to be working properly now! HURRAY
* Layout change
Removed space/shift and reset modifiers to what they were originally. Added homerow modifiers.
* Removed excessive tabs in files
* Moved mods on homerow around...
* changes recommended by @drashna
Diffstat (limited to 'keyboards/mechmini/v2/keymaps/arkag/config.h')
-rw-r--r-- | keyboards/mechmini/v2/keymaps/arkag/config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/mechmini/v2/keymaps/arkag/config.h b/keyboards/mechmini/v2/keymaps/arkag/config.h new file mode 100644 index 0000000000..f5f3a90fa7 --- /dev/null +++ b/keyboards/mechmini/v2/keymaps/arkag/config.h @@ -0,0 +1,7 @@ +#pragma once + +// save me space! +#define NO_ACTION_MACRO +#define NO_ACTION_FUNCTION +#define DISABLE_LEADER +#define NO_MUSIC_MODE |