mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
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:
parent
3c26f07f5a
commit
1d0bc5b7ba
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue