summaryrefslogtreecommitdiffstats
path: root/keyboards/mitosis/keymaps/nzen
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy keycodes, part 3 (#18669)Ryan2022-10-111-2/+2
| | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-101-3/+3
| | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
* Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-3/+1
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark2019-02-171-1/+0
|
* Mitosis refactor and Configurator support (#3271)noroadsleft2018-06-302-147/+147
| | | | | | | | * Matrix refactor * Configurator support * Keymap refactor
* Enables unicode for Mitosis (#2668)Nicholas2018-04-043-0/+293
* fixed comment typo * Fixes invalid capitalization Uppercase yes is invalid, so make treats it as no, which is confusing when it seems like it should have found the method definition for unicode. * Own keymap, comma in mitosis Own keymap is qwerty, workman, numbers, punctuation, function/mouse layers, gaming, unicode, numberpad.