summaryrefslogtreecommitdiffstats
path: root/keyboards/mechmini/v2/keymaps/wsturgiss/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* move mechkeys keyboards into the mechkeys/ vendor folder (#15760)peepeetee2022-02-111-106/+0
| | | | | | | * move mechkeys keyboards to mechkeys/ * fix compilation * fix default folder
* [Bug] Develop - Change uint32_t to layer_state_t (#13596)Xelus222021-07-191-3/+3
| | | | | * fix sat75 * update uint32_t to layer_state
* Deprecate `send_unicode_hex_string()` (#12602)Ryan2021-05-141-2/+2
|
* [Keymap] Added wsturgiss keymap for mechmini2 (#4917)Will Sturgiss2019-07-221-0/+106
* 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.