diff options
Diffstat (limited to 'users/dshields/rules.mk')
| -rw-r--r-- | users/dshields/rules.mk | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/users/dshields/rules.mk b/users/dshields/rules.mk index a2bec4335..06f6e5e9f 100644 --- a/users/dshields/rules.mk +++ b/users/dshields/rules.mk | |||
| @@ -1,9 +1,11 @@ | |||
| 1 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 1 | SRC += dshields.c |
| 2 | COMMAND_ENABLE = no # Commands for debug and configuration | 2 | |
| 3 | CONSOLE_ENABLE = no # Console for debug(+400) | 3 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 4 | EXTRAKEY_ENABLE = no | 4 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 5 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 5 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 6 | API_SYSEX_ENABLE = no | 6 | EXTRAKEY_ENABLE = no |
| 7 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 8 | API_SYSEX_ENABLE = no | ||
| 7 | 9 | ||
| 8 | ifeq ($(strip $(KEYBOARD)), planck/rev3) | 10 | ifeq ($(strip $(KEYBOARD)), planck/rev3) |
| 9 | AUDIO_ENABLE = no | 11 | AUDIO_ENABLE = no |
| @@ -11,6 +13,7 @@ ifeq ($(strip $(KEYBOARD)), planck/rev3) | |||
| 11 | RGB_MATRIX_ENABLE = no | 13 | RGB_MATRIX_ENABLE = no |
| 12 | endif | 14 | endif |
| 13 | ifeq ($(strip $(KEYBOARD)), planck/rev6) | 15 | ifeq ($(strip $(KEYBOARD)), planck/rev6) |
| 16 | CFLAGS += -Wno-error=deprecated | ||
| 14 | EXTRALDFLAGS = -Wl,--build-id=none | 17 | EXTRALDFLAGS = -Wl,--build-id=none |
| 15 | AUDIO_ENABLE = no | 18 | AUDIO_ENABLE = no |
| 16 | BACKLIGHT_ENABLE = no | 19 | BACKLIGHT_ENABLE = no |
