diff options
author | Jeremy Bernhardt <jeremythegeek@gmail.com> | 2019-01-17 19:23:01 -0600 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-01-17 17:23:01 -0800 |
commit | 77399bfe515f4dde5cb6c08dbc466ac1aa77cda3 (patch) | |
tree | 1f3e650da4abcb3bd61a2eb4f0ecf5a894e26e38 /tmk_core/common | |
parent | d53432393bc409db0f01a1b668bf3f5fc6bebb4f (diff) |
MacOS Brightness Alias (#4836)
* 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>
Diffstat (limited to 'tmk_core/common')
-rw-r--r-- | tmk_core/common/keycode.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmk_core/common/keycode.h b/tmk_core/common/keycode.h index ac3edbd215..3e312b8292 100644 --- a/tmk_core/common/keycode.h +++ b/tmk_core/common/keycode.h @@ -174,6 +174,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define KC_BRIU KC_BRIGHTNESS_UP #define KC_BRID KC_BRIGHTNESS_DOWN +/* System Specific */ +#define KC_BRMU KC_SCROLLLOCK +#define KC_BRMD KC_PAUSE + /* Mouse Keys */ #define KC_MS_U KC_MS_UP #define KC_MS_D KC_MS_DOWN |