summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/keycode.h
AgeCommit message (Collapse)AuthorFilesLines
2018-12-12Add standard definitions for ALGR and KC_ALGR (#4389)Konstantin Đorđević1-0/+1
* Add standard ALGR defition, remove (re)definitions from language files * Use ALGR(kc) consistently in ALTGR(kc) aliases * Non-Nordic keymaps should not use NO_ALGR * Add standard KC_ALGR definition * Update docs with ALGR and KC_ALGR * Update SS_ALGR and ALGR_T aliases
2018-11-28Add Extrakey support for Brightness up/down (#4477)Giuseppe Rota1-1/+5
2018-08-16Tidy up keycode.h (#3666)fauxpark1-397/+412
* Tidy up keycode.h * Fix spacing here * Add back this comma
2018-05-26Fix dead link to USB keycodes doc (#3050)Leo Wzukw1-1/+2
* Fix dead link to USB keycodes doc Link was dead and the fresher version I could find on usb.org is still older than this one. Thus, WaybackMachine seems the best option. * Fix dead link to USB keycodes doc, with 2 options Give the WaybackMachine link (fresher and for reference of the content of the original link) and the usb.org one (older)
2018-03-22Generate API docs from source code comments (#2491)skullydazed1-0/+1
* Generate api docs from source code * Add a bunch of doxygen comments * more doxygen comments * Add the in-progress api docs * script to generate docs from travis * Add doc generation to the travis job * make travis_docs.sh commit the work it does * make sure the docs script exits cleanly
2018-03-16Add CMD and WIN aliases for KC_GUI, GUI(kc), GUI_T(kc), etc.fauxpark1-0/+5
2017-08-16some major steps toward making the usb-usb converter workBalz Guenat1-0/+8
2016-12-29Keycode refactorWilba65821-1/+1
2016-07-07Fix IS_CONSUMER macroFred Sundvik1-1/+1
2016-07-07Remove unhandled KC_BTLD, RESET should be used insteadFred Sundvik1-5/+0
2015-09-16Change to KC_BOOTLOADER(KC_BTLD)tmk1-1/+3
2015-09-16Add an assignable RESET keyskullY1-0/+3
2015-06-26Add description for non-US keys on keycode.htmk1-2/+2
2015-04-09Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk1-0/+489