Update media keys, fix default flashing script
This commit is contained in:
parent
bc2155b8c6
commit
9e2b38b3ed
|
@ -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:
|
||||
|
|
|
@ -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, _______, _______,
|
||||
//├────────┼────────┼────────┼────────┼────────┼────────┼────────┐ ┌────────┼────────┼────────┼────────┼────────┼────────┼────────┤
|
||||
|
|
Loading…
Reference in a new issue