~ruther/qmk_firmware

97a3f806c4740213d7b133f0be7c2f51d228593b — Sidney Bovet 6 years ago c44fc68
[Keymap] Fix advanced keymap readme and macro function (#6342)

M keyboards/xd004/keymaps/system_and_media/keymap.c => keyboards/xd004/keymaps/system_and_media/keymap.c +1 -3
@@ 41,12 41,10 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
            if (record->event.pressed) {
                if (!is_alt_f4_active) {
                    is_alt_f4_active = true;
                    tap_code_16(LALT(KC_F4);  // Alt-F4
                    tap_code16(LALT(KC_F4));  // Alt-F4
                } else {
                    tap_code(KC_ENTER);  // Tap enter
                }
            } else {
                unregister_code(KC_TAB);
            }
            alt_f4_timer = timer_read();
            break;

M keyboards/xd004/keymaps/system_and_media/readme.md => keyboards/xd004/keymaps/system_and_media/readme.md +1 -1
@@ 1,4 1,4 @@
# Default Keymap for XD004 PCB
# Slightly more advanced keymap for XD004 PCB

A somehow more useful keymap, allowing one to move across virtual desktops on Windows, etc.