Update media keys, fix default flashing script

This commit is contained in:
Daniel Flanagan 2020-12-30 09:55:52 -06:00
parent bc2155b8c6
commit 9e2b38b3ed
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ submodules:
.PHONY: flash
flash: build
@pushd ../planck/lib/qmk_firmware/ && make keebio/iris/rev4:lytedev:flash
@pushd ../planck/lib/qmk_firmware/ && sudo make keebio/iris/rev4:lytedev:flash
.PHONY: clean
clean:

View File

@ -98,7 +98,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
//┌────────┬────────┬────────┬────────┬────────┬────────┐ ┌────────┬────────┬────────┬────────┬────────┬────────┐
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
//├────────┼────────┼────────┼────────┼────────┼────────┤ ├────────┼────────┼────────┼────────┼────────┼────────┤
_______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY, KC_MPRV, _______,
_______, _______, _______, _______, _______, _______, KC_MPRV, KC_VOLD, KC_MPLY, KC_VOLU, KC_MNXT, _______,
//├────────┼────────┼────────┼────────┼────────┼────────┤ ├────────┼────────┼────────┼────────┼────────┼────────┤
_______, _______, _______, _______, _______, _______, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, _______, _______,
//├────────┼────────┼────────┼────────┼────────┼────────┼────────┐ ┌────────┼────────┼────────┼────────┼────────┼────────┼────────┤