| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* Add MOD_MASK_* macros to core code
* MOD_MASK_ALL → MOD_MASK_CSAG
|
|
|
|
|
|
|
|
|
|
| |
Before:
KC_BRMU - Brightness Down
KC_BRMD - Brightness Up
After:
KC_BRMU - Brightness Up
KC_BRMD - Brightness Down
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added aliases for OSX brightness
* Updated docs for alises
* Moved aliases, added docs to Brightness section
* Update docs/keycodes.md
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update docs/keycodes.md
Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keycode.h
* Update keycode.h
* Update keycodes.md
* Update docs/keycodes.md
Co-Authored-By: germ <jeremythegeek@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
| |
* Tidy up keycode.h
* Fix spacing here
* Add back this comma
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|