aboutsummaryrefslogtreecommitdiffstats
path: root/doc/keymap.md
Commit message (Collapse)AuthorAgeFilesLines
* Improve one-hand support by adding more actions and tap keys.Joe Wasson2016-08-201-1/+12
|
* Add one-hand support.Joe Wasson2016-08-201-0/+18
| | | | This adds an action, `ACTION_SWAP_HANDS`, that swaps the the keys on the keyboard across a keymap-defined hemisphere in order to support one-hand typing without requiring a separate one-handed layer. See updated `doc/keymap.md` for more information.
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-211-2/+2
| | | | | | * fixes from tmk's repo * rename keyboard to keyboards
* cleans up folder structureJack Humbert2016-06-041-0/+599
| | | | | | * consolidates docs * deletes converter/ * updates .md references (most)
* merging tmkJack Humbert2015-10-271-593/+0
|\
| * Fix URL of HID Usage Tables pdfJun Wako2015-04-231-1/+1
|/
* Add action 'Momentary switching with Modifiers'tmk2014-09-291-0/+7
|
* New macro: ACTION_BACKLIGHT_LEVEL(level)Ralf Schmitt2014-04-081-0/+4
| | | | To have full control of the backlight level.
* Show correct function name for default layer setJohan Isacsson2014-03-271-1/+1
|
* Spellchecked documentation.Thomas Russell Murphy2014-01-021-18/+18
|
* Add tap toggle modifiersSimon Melhart2013-11-201-0/+6
| | | | Including documentation.
* Add timeout option to MODS_ONESHOT #66tmk2013-10-071-4/+5
|
* Fix mod stuck of MODS_KEY when leaving layer #62tmk2013-10-041-6/+6
| | | | | | | - Add action_util.c and remove action_oneshot.c - Add oneshot_mods for MODS_ONESHOT - Add weak_mods for MODS_KEY and MACRO - weak_mods is cleared when layer switching
* Add support for macro media/system keystmk2013-07-231-6/+4
|
* Add support for backlightWraul2013-06-221-0/+21
|
* Fix doc/keymap.md for new actionstmk2013-04-051-39/+74
|
* Fix doc/keymap.mdtmk2013-04-031-130/+137
|
* Fix README.md and doc/keymap.mdtmk2013-03-051-3/+4
|
* Clean action.h and add keymap doctmk2013-03-051-77/+68
|
* Create keymap.mdtmk2013-03-041-0/+522