diff options
author | Alex Ong <the.onga@gmail.com> | 2018-08-12 18:25:50 +1000 |
---|---|---|
committer | Alex Ong <the.onga@gmail.com> | 2018-08-12 18:25:50 +1000 |
commit | c796944354a76f3bd0a8387b9a4016864550ba91 (patch) | |
tree | 3ffab240b4e7b853df3cd551aac5c12d17e8031b /keyboards/handwired/xeal60/keymaps/drashna/rules.mk | |
parent | 2758158a4bb15b0f5ec30de92760133248afe1f8 (diff) | |
download | qmk_firmware-c796944354a76f3bd0a8387b9a4016864550ba91.tar.gz |
Delete removed other keymaps
Diffstat (limited to 'keyboards/handwired/xeal60/keymaps/drashna/rules.mk')
-rw-r--r-- | keyboards/handwired/xeal60/keymaps/drashna/rules.mk | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/keyboards/handwired/xeal60/keymaps/drashna/rules.mk b/keyboards/handwired/xeal60/keymaps/drashna/rules.mk deleted file mode 100644 index ec3befc0b..000000000 --- a/keyboards/handwired/xeal60/keymaps/drashna/rules.mk +++ /dev/null @@ -1,25 +0,0 @@ -BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) -MOUSEKEY_ENABLE = no # Mouse keys(+4700) -EXTRAKEY_ENABLE = yes # Audio control and System control(+450) -CONSOLE_ENABLE = no # Console for debug(+400) -COMMAND_ENABLE = no # Commands for debug and configuration -TAP_DANCE_ENABLE = no -RGBLIGHT_ENABLE = yes -AUDIO_ENABLE = yes -NKRO_ENABLE = yes - -NO_SECRETS = yes -MACROS_ENABLED = yes -INDICATOR_LIGHTS = no -RGBLIGHT_TWINKLE = no - -LAYOUTS = ortho_5x7 - -# SRC := $(filter-out serial.c matrix.c i2c.c split_util.c,$(SRC)) -# SRC := $(filter-out serial.c,$(SRC)) -# SRC := $(filter-out matrix.c,$(SRC)) -# SRC := $(filter-out i2c.c,$(SRC)) -# SRC := $(filter-out split_util.c,$(SRC)) -# SRC += quantum/matrix.c - -BOOTLOADER = qmk-dfu |