[Keymap] Added wsturgiss keymap for mechmini2 (#4917)

* basic layout v1.0

* changed KC_TRNS to _______

* most symbols are on double tap, except quote, that was cancer

* better formatting and set toggle for game layer

* added colors to layers to make knowing your current layer easy

* have an empty macro working

* enabled unicode

* moved stuff to my folder and removed edits from communal files

* cleanup

* removed the game layer.  Never used it

* made changes requested by drashna and vomindoraan

* got rid of some unnecessary code

* got very basic unicode on mac working

* added ctrl_esc

* more changes as requested by noroadsleft

* more leader additions, removed macros because leader stuff replaces that functionality

* removed an old macro I forgot to remove earlier

* final deletion at noroadsleft request

* changed a line to explicitly specify a purple color.
This commit is contained in:
Will Sturgiss
2019-07-23 02:59:12 -04:00
committed by Drashna Jaelre
parent 8060e52946
commit c966da89da
3 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
/* tapdance */
#define TAPPING_TERM 180
/* space cadet stuff */
#define LSPO_KEY KC_9
#define RSPC_KEY KC_0
#define DISABLE_SPACE_CADET_ROLLOVER
/* leader stuff */
#define LEADER_TIMEOUT 400
#define LEADER_PER_KEY_TIMING 300