aboutsummaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
authorJonathan Rascher <jon@bcat.name>2020-04-18 20:41:40 -0500
committerGitHub <noreply@github.com>2020-04-18 18:41:40 -0700
commitd600631ad178632c0f7e081297d6f73cdc44052a (patch)
treee759012821dda58d4ed2d71809fa70cf49e46826 /users
parentf3595f65b7080b3276d956544d86bbb7924adaf0 (diff)
downloadfirmware-d600631ad178632c0f7e081297d6f73cdc44052a.tar.gz
firmware-d600631ad178632c0f7e081297d6f73cdc44052a.tar.bz2
firmware-d600631ad178632c0f7e081297d6f73cdc44052a.zip
[Keymap] Rework my Tsangan layout; turn off mousekeys (#8836)
* Give Tsangan layout a real Fn2 layer * Disable mouse keys to work around qmk#8323 I don't actually use this feature, so there's no reason for it to be enabled anyway, and it seems to cause spurious wakeups on Windows.
Diffstat (limited to 'users')
-rw-r--r--users/bcat/rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/bcat/rules.mk b/users/bcat/rules.mk
index 6d3444b2c..585e8092e 100644
--- a/users/bcat/rules.mk
+++ b/users/bcat/rules.mk
@@ -3,9 +3,8 @@ SRC += bcat.c
# Enable Bootmagic Lite to consistently reset to bootloader and clear EEPROM.
BOOTMAGIC_ENABLE = lite
-# Enable mouse and media keys on all keyboards.
+# Enable media keys on all keyboards.
EXTRAKEY_ENABLE = yes
-MOUSEKEY_ENABLE = yes
# Disable some unwanted features on all keyboards.
API_SYSEX_ENABLE = no
@@ -13,6 +12,7 @@ COMMAND_ENABLE = no
CONSOLE_ENABLE = no
FAUXCLICKY_ENABLE = no
MIDI_ENABLE = no
+MOUSEKEY_ENABLE = no
NKRO_ENABLE = no
SLEEP_LED_ENABLE = no
UCIS_ENABLE = no