Skip to content

Commit

Permalink
Update keymap.c
Browse files Browse the repository at this point in the history
 - we don't actually send POWER
 - put the coarse and fine volume controls with each other
  • Loading branch information
davidagross committed Dec 11, 2019
1 parent 81de72c commit a3075db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keyboards/minidox/keymaps/dgroseph/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* System, media, and layer lock keys from dustypomerleau
*
* ,----------------------------------. ,----------------------------------.
* | RESET| DEBUG|QWERTY| | | | VOL- | VOL--| MUTE | VOL++| VOL+ |
* | RESET| DEBUG|QWERTY| | | | VOL- | VOL+ | MUTE | VOL--| VOL++|
* |------+------+------+------+------| |------+------+------+------+------|
* | SHIFT| CTRL | ALT | GUI |BRITE+| | | MRWD | MPLY | MFFD | POWER|
* | SHIFT| CTRL | ALT | GUI |BRITE+| | | MRWD | MPLY | MFFD | |
* |------+------+------+------+------| | -----+------+------+------+------|
* | | | | |BRITE-| | | | | | |
* `----------------------------------' `----------------------------------'
Expand All @@ -264,7 +264,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* `------' `------'
*/
[_SYS] = LAYOUT( \
RESET, DEBUG, QWERTY, _______, _______, KC_VOLD, VOL_DN, KC_MUTE, VOL_UP, KC_VOLU,\
RESET, DEBUG, QWERTY, _______, _______, VOL_DN, VOL_UP, KC_MUTE, KC_VOLD, KC_VOLU,\
KC_LSFT, KC_LCTL, KC_LALT, KC_LGUI, KC_BRIU, _______, KC_MRWD, KC_MPLY, KC_MFFD, _______,\
_______, _______, _______, _______, KC_BRID, _______, _______, _______, _______, _______,\
_______, NUM_LK, NAV_LK, SYS_LK, SYM_LK, _______ \
Expand Down

0 comments on commit a3075db

Please sign in to comment.