diff options
| author | Junya Ogura <juno@sooey.com> | 2019-01-18 12:54:40 +0900 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-01-17 22:24:20 -0800 |
| commit | 1d0bc5b7bad2c692cb0d7359d2b5506893e7eeca (patch) | |
| tree | 90da5f38efd8bee572a4f0b79ac1405b18bd5545 | |
| parent | 3c26f07f5a0452f5a43fc8797dba1c9dc01152f7 (diff) | |
| download | qmk_firmware-1d0bc5b7bad2c692cb0d7359d2b5506893e7eeca.tar.gz qmk_firmware-1d0bc5b7bad2c692cb0d7359d2b5506893e7eeca.zip | |
Flip definitions of macOS brightness alias
Before:
KC_BRMU - Brightness Down
KC_BRMD - Brightness Up
After:
KC_BRMU - Brightness Up
KC_BRMD - Brightness Down
| -rw-r--r-- | tmk_core/common/keycode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/common/keycode.h b/tmk_core/common/keycode.h index 3e312b829..fd975dd6a 100644 --- a/tmk_core/common/keycode.h +++ b/tmk_core/common/keycode.h | |||
| @@ -175,8 +175,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 175 | #define KC_BRID KC_BRIGHTNESS_DOWN | 175 | #define KC_BRID KC_BRIGHTNESS_DOWN |
| 176 | 176 | ||
| 177 | /* System Specific */ | 177 | /* System Specific */ |
| 178 | #define KC_BRMU KC_SCROLLLOCK | 178 | #define KC_BRMU KC_PAUSE |
| 179 | #define KC_BRMD KC_PAUSE | 179 | #define KC_BRMD KC_SCROLLLOCK |
| 180 | 180 | ||
| 181 | /* Mouse Keys */ | 181 | /* Mouse Keys */ |
| 182 | #define KC_MS_U KC_MS_UP | 182 | #define KC_MS_U KC_MS_UP |
