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