From 9c0586e3a7eee14542307e4dd53fa5e68a83a0e7 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sun, 19 Nov 2023 14:04:00 +0200 Subject: feat(users/flokli/keyboard): align 3rd layer with thinkpad Make these keys behave a bit more like the Fn+F* keys on the thinkpad keyboards. Seems there's currently no trivial way to get mic mute, keyboard mute and wifi toggle sent out, but considering the thinkpad usb keyboard is able to, this should be possible somehow here too - but not today, left for a followup. Change-Id: I529a958c78116dd9f7250c938e2e7989b296d6c6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10076 Autosubmit: flokli Tested-by: BuildkiteCI Reviewed-by: flokli --- users/flokli/keyboard/keymap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'users/flokli/keyboard/keymap.c') diff --git a/users/flokli/keyboard/keymap.c b/users/flokli/keyboard/keymap.c index cf020964df1a..1aa406eeac3f 100644 --- a/users/flokli/keyboard/keymap.c +++ b/users/flokli/keyboard/keymap.c @@ -48,7 +48,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { _______, _______, _______, _______, _______, _______, _______, _______, _______, _______), [WIN_FN1] = LAYOUT_ansi_68( - KC_GRV, KC_BRID, KC_BRIU, KC_TASK, KC_FILE, RGB_VAD, RGB_VAI, KC_MPRV, KC_MPLY, KC_MNXT, KC_MUTE, KC_VOLD, KC_VOLU, _______, RGB_TOG, +// mic mute webcam wifi + KC_GRV, KC_MUTE, KC_VOLD, KC_VOLU, _______, KC_BRID, KC_BRIU, _______, _______, _______, _______, _______, _______, _______, RGB_TOG, _______, BT_HST1, BT_HST2, BT_HST3, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RGB_TOG, RGB_MOD, RGB_VAI, RGB_HUI, RGB_SAI, RGB_SPI, _______, _______, _______, _______, _______, _______, _______, _______, _______, RGB_RMOD, RGB_VAD, RGB_HUD, RGB_SAD, RGB_SPD, NK_TOGG, _______, _______, _______, _______, _______, _______, _______, -- cgit 1.4.1