summaryrefslogtreecommitdiffstats
path: root/doc/keymap.md
AgeCommit message (Collapse)AuthorFilesLines
2016-08-21Improve one-hand support by adding more actions and tap keys.Joe Wasson1-1/+12
2016-08-21Add one-hand support.Joe Wasson1-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.
2016-06-22Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert1-2/+2
* fixes from tmk's repo * rename keyboard to keyboards
2016-06-04cleans up folder structureJack Humbert1-0/+599
* consolidates docs * deletes converter/ * updates .md references (most)
2015-10-27merging tmkJack Humbert1-593/+0
2015-04-23Fix URL of HID Usage Tables pdfJun Wako1-1/+1
2014-09-29Add action 'Momentary switching with Modifiers'tmk1-0/+7
2014-04-08New macro: ACTION_BACKLIGHT_LEVEL(level)Ralf Schmitt1-0/+4
To have full control of the backlight level.
2014-03-27Show correct function name for default layer setJohan Isacsson1-1/+1
2014-01-03Spellchecked documentation.Thomas Russell Murphy1-18/+18
2013-11-20Add tap toggle modifiersSimon Melhart1-0/+6
Including documentation.
2013-10-07Add timeout option to MODS_ONESHOT #66tmk1-4/+5
2013-10-04Fix mod stuck of MODS_KEY when leaving layer #62tmk1-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
2013-07-23Add support for macro media/system keystmk1-6/+4
2013-06-22Add support for backlightWraul1-0/+21
2013-04-04Fix doc/keymap.md for new actionstmk1-39/+74
2013-04-02Fix doc/keymap.mdtmk1-130/+137
2013-03-05Fix README.md and doc/keymap.mdtmk1-3/+4
2013-03-04Clean action.h and add keymap doctmk1-77/+68
2013-03-04Create keymap.mdtmk1-0/+522