diff options
Diffstat (limited to 'users/tominabox1/rules.mk')
-rw-r--r-- | users/tominabox1/rules.mk | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/users/tominabox1/rules.mk b/users/tominabox1/rules.mk new file mode 100644 index 0000000000..b70b128cf3 --- /dev/null +++ b/users/tominabox1/rules.mk @@ -0,0 +1,26 @@ +# Build Options +# change to "no" to disable the options, or define them in the Makefile in +# the appropriate keymap folder that will get included automatically +# +CONSOLE_ENABLE = no +TAP_DANCE_ENABLE = yes +NKRO_ENABLE = yes +BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration + +ifeq ($(strip $(KEYBOARD)), crkbd/rev1) +RGB_MATRIX_ENABLE = WS2812 +EXTRAFLAGS += -flto +BOOTLOADER = qmk-dfu +OLED_DRIVER_ENABLE = yes +endif + +ifeq ($(strip $(KEYBOARD)), lazydesigners/dimple) +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +# RGB_MATRIX_ENABLE = WS2812 +endif + + +SRC += tominabox1.c |