Browse Source

[Keymap] Fix advanced keymap readme and macro function (#6342)

pull/6343/head
Sidney Bovet 4 years ago
committed by Drashna Jaelre
parent
commit
97a3f806c4
2 changed files with 2 additions and 4 deletions
  1. +1
    -3
      keyboards/xd004/keymaps/system_and_media/keymap.c
  2. +1
    -1
      keyboards/xd004/keymaps/system_and_media/readme.md

+ 1
- 3
keyboards/xd004/keymaps/system_and_media/keymap.c View File

@ -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;


+ 1
- 1
keyboards/xd004/keymaps/system_and_media/readme.md View File

@ -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.


Loading…
Cancel
Save