Skip to content

Commit

Permalink
Flip definitions of macOS brightness alias
Browse files Browse the repository at this point in the history
Before:
KC_BRMU - Brightness Down
KC_BRMD - Brightness Up

After:
KC_BRMU - Brightness Up
KC_BRMD - Brightness Down
  • Loading branch information
Junya Ogura authored and drashna committed Jan 18, 2019
1 parent 3c26f07 commit 1d0bc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmk_core/common/keycode.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define KC_BRID KC_BRIGHTNESS_DOWN

/* System Specific */
#define KC_BRMU KC_SCROLLLOCK
#define KC_BRMD KC_PAUSE
#define KC_BRMU KC_PAUSE
#define KC_BRMD KC_SCROLLLOCK

/* Mouse Keys */
#define KC_MS_U KC_MS_UP
Expand Down

0 comments on commit 1d0bc5b

Please sign in to comment.