diff options
author | Yan-Fa Li <yanfali@gmail.com> | 2020-02-14 11:03:35 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-14 11:03:35 -0800 |
commit | eb1f99c5f971ce939d18e236ac85edaf0de00401 (patch) | |
tree | 54a405dfd99ed9af5cdd19798d5913d12844d2a0 /layouts/community/60_ansi_split_bs_rshift | |
parent | 4eed0331bf0876db0d557f86c7d4ef599ff0e6c4 (diff) |
[keymap] Update audio controls on community (#8163)
* Update audio controls on community
* Add rules for various boards
* TKL support
Diffstat (limited to 'layouts/community/60_ansi_split_bs_rshift')
-rw-r--r-- | layouts/community/60_ansi_split_bs_rshift/yanfali/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/60_ansi_split_bs_rshift/yanfali/keymap.c b/layouts/community/60_ansi_split_bs_rshift/yanfali/keymap.c index 5e5d163909..49a906c273 100644 --- a/layouts/community/60_ansi_split_bs_rshift/yanfali/keymap.c +++ b/layouts/community/60_ansi_split_bs_rshift/yanfali/keymap.c @@ -26,6 +26,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \ _______, _______, KC_UP, _______, _______, _______, _______, _______, _______, _______, _______, _______, EEP_RST, RESET, \ KC_CAPS, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, _______, _______, _______, _______, _______, _______, \ - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \ + _______, _______, _______, _______, _______, _______, _______, KC_MUTE, KC_VOLD, KC_VOLU, _______, _______, _______, \ _______, _______, _______, _______, _______, _______, _______, _______), }; |