aboutsummaryrefslogtreecommitdiff
path: root/keyboards/gmmk/pro/keymaps/mike1808/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/gmmk/pro/keymaps/mike1808/rules.mk')
-rw-r--r--keyboards/gmmk/pro/keymaps/mike1808/rules.mk25
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 @@
1VIA_ENABLE = no
2
3COMBO_ENABLE = yes
4COMMAND_ENABLE = yes
5RGB_MATRIX_ENABLE = yes
6RAW_ENABLE = no
7CONSOLE_ENABLE = yes
8
9WPM_ENABLE = no
10
11RGB_MATRIX_LEDMAPS = yes
12
13SRC += utils.c
14SRC += mike1808.c
15SRC += process_record.c
16SRC += encoder.c
17
18ifeq ($(strip $(WPM_ENABLE)), yes)
19 SRC += fun.c
20endif
21
22ifeq ($(strip $(RGB_MATRIX_LEDMAPS)), yes)
23 SRC += rgb_matrix_ledmaps.c
24 OPT_DEFS += -DRGB_MATRIX_LEDMAPS_ENABLED
25endif