Skip to content

Commit

Permalink
Disable key overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
skyuplam committed Oct 10, 2024
1 parent de1cfd8 commit b1f67c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keyboards/splitkb/aurora/sweep/keymaps/miryoku/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MOUSEKEY_ENABLE = yes
EXTRAKEY_ENABLE = yes
AUTO_SHIFT_ENABLE = yes
CAPS_WORD_ENABLE = yes
KEY_OVERRIDE_ENABLE = yes
KEY_OVERRIDE_ENABLE = no
CONSOLE_ENABLE = no
COMMAND_ENABLE = no
SPACE_CADET_ENABLE = no
Expand Down
1 change: 1 addition & 0 deletions keyboards/zsa/moonlander/keymaps/miryoku/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/

#include QMK_KEYBOARD_H

#include "version.h"
#include "tlam.h"

Expand Down
2 changes: 1 addition & 1 deletion keyboards/zsa/moonlander/keymaps/miryoku/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MOUSEKEY_ENABLE = yes
EXTRAKEY_ENABLE = yes
AUTO_SHIFT_ENABLE = yes
CAPS_WORD_ENABLE = yes
KEY_OVERRIDE_ENABLE = yes
KEY_OVERRIDE_ENABLE = no
CONSOLE_ENABLE = no
COMMAND_ENABLE = no
AUDIO_ENABLE = no
Expand Down

0 comments on commit b1f67c3

Please sign in to comment.