Flip definitions of macOS brightness alias

Before:
KC_BRMU - Brightness Down
KC_BRMD - Brightness Up

After:
KC_BRMU - Brightness Up
KC_BRMD - Brightness Down
This commit is contained in:
Junya Ogura 2019-01-18 12:54:40 +09:00 committed by Drashna Jaelre
parent 3c26f07f5a
commit 1d0bc5b7ba
1 changed files with 2 additions and 2 deletions

View File

@ -175,8 +175,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define KC_BRID KC_BRIGHTNESS_DOWN #define KC_BRID KC_BRIGHTNESS_DOWN
/* System Specific */ /* System Specific */
#define KC_BRMU KC_SCROLLLOCK #define KC_BRMU KC_PAUSE
#define KC_BRMD KC_PAUSE #define KC_BRMD KC_SCROLLLOCK
/* Mouse Keys */ /* Mouse Keys */
#define KC_MS_U KC_MS_UP #define KC_MS_U KC_MS_UP