Skip to content

Commit

Permalink
Enable Mediakeys for yiancar's 328p keyboards (qmk#10476)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiancar authored Oct 1, 2020
1 parent 8fbea13 commit 1960e25
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions keyboards/barleycorn/keymaps/via/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Compile with this keymap to use VIA

Sadly right now when using VIA, extrakeys is disabled. This means volume control will not work.
2 changes: 0 additions & 2 deletions keyboards/barleycorn/keymaps/via/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
VIA_ENABLE = yes
MOUSEKEY_ENABLE = no
EXTRAKEY_ENABLE = no
2 changes: 1 addition & 1 deletion keyboards/gingham/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_TRNS, KC_TRNS, KC_UP, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RESET ,
KC_TRNS, KC_LEFT, KC_DOWN, KC_RGHT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS),
KC_VOLU, KC_VOLD, KC_MUTE, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS),

[2] = LAYOUT_60_iso_split_bs_rshift( /* Empty for dynamic keymaps */
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
Expand Down
2 changes: 0 additions & 2 deletions keyboards/gingham/keymaps/via/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Compile with this keymap to use VIA

Sadly right now when using VIA, extrakeys is disabled. This means volume control will not work.
2 changes: 0 additions & 2 deletions keyboards/gingham/keymaps/via/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
VIA_ENABLE = yes
MOUSEKEY_ENABLE = no
EXTRAKEY_ENABLE = no

0 comments on commit 1960e25

Please sign in to comment.