diff options
author | Joel Challis <git@zvecr.com> | 2023-11-26 18:36:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 05:36:45 +1100 |
commit | 1ed03f498fa204178c2696c510ac6a2cd8524e2d (patch) | |
tree | b97c1f983b7e4b57c007d0feedadd3ad3e39062b /users/uqs/rules.mk | |
parent | 4908d4b1ca260efecf3613e6517aa3a6f2034876 (diff) |
Remove userspace keymaps (#22544)
Diffstat (limited to 'users/uqs/rules.mk')
-rw-r--r-- | users/uqs/rules.mk | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/users/uqs/rules.mk b/users/uqs/rules.mk deleted file mode 100644 index 6050362952..0000000000 --- a/users/uqs/rules.mk +++ /dev/null @@ -1,24 +0,0 @@ -# don't include for keyboards/ploopyco/mouse/keymaps/uqs -ifeq ($(filter $(strip $(KEYBOARD)),ploopyco/mouse),) - SRC += uqs.c - - RGBLIGHT_ENABLE ?= yes # Enable keyboard RGB underglow - LTO_ENABLE ?= yes # disables the legacy TMK Macros and Functions features - - UCIS_ENABLE = yes - LEADER_ENABLE = yes - COMBO_ENABLE = yes - MOUSEKEY_ENABLE = yes - - # Disable all the unused stuff. - SPACE_CADET_ENABLE = no - COMMAND_ENABLE = no - MAGIC_ENABLE = no -endif - -# From https://michael.stapelberg.ch/posts/2021-05-08-keyboard-input-latency-qmk-kinesis/ -# adds about 900 bytes! Don't use it on puny AVR though. -# ifeq (,$(filter $(MCU), atmega16u2 atmega32u2 at90usb162)) # doesn't work MCU not set yet -ifneq (,$(filter $(KEYBOARD),ploopyco/mouse preonic/rev3)) - DEBOUNCE_TYPE = asym_eager_defer_pk -endif |