diff options
Diffstat (limited to 'keyboards/gmmk/pro/keymaps/mike1808/rules.mk')
-rw-r--r-- | keyboards/gmmk/pro/keymaps/mike1808/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/gmmk/pro/keymaps/mike1808/rules.mk b/keyboards/gmmk/pro/keymaps/mike1808/rules.mk new file mode 100644 index 000000000..a6d4e6259 --- /dev/null +++ b/keyboards/gmmk/pro/keymaps/mike1808/rules.mk | |||
@@ -0,0 +1,25 @@ | |||
1 | VIA_ENABLE = no | ||
2 | |||
3 | COMBO_ENABLE = yes | ||
4 | COMMAND_ENABLE = yes | ||
5 | RGB_MATRIX_ENABLE = yes | ||
6 | RAW_ENABLE = no | ||
7 | CONSOLE_ENABLE = yes | ||
8 | |||
9 | WPM_ENABLE = no | ||
10 | |||
11 | RGB_MATRIX_LEDMAPS = yes | ||
12 | |||
13 | SRC += utils.c | ||
14 | SRC += mike1808.c | ||
15 | SRC += process_record.c | ||
16 | SRC += encoder.c | ||
17 | |||
18 | ifeq ($(strip $(WPM_ENABLE)), yes) | ||
19 | SRC += fun.c | ||
20 | endif | ||
21 | |||
22 | ifeq ($(strip $(RGB_MATRIX_LEDMAPS)), yes) | ||
23 | SRC += rgb_matrix_ledmaps.c | ||
24 | OPT_DEFS += -DRGB_MATRIX_LEDMAPS_ENABLED | ||
25 | endif | ||