From fac5ec46564320ebbbc3d1f5575566badca2d3d7 Mon Sep 17 00:00:00 2001 From: Andre Brait Date: Wed, 1 Sep 2021 01:18:35 +0200 Subject: Move GMMK Pro layouts to the correct subdir (#14241) Also fix a compilation issue in the mike1808 keymap --- keyboards/gmmk/pro/keymaps/mike1808/rules.mk | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 keyboards/gmmk/pro/keymaps/mike1808/rules.mk (limited to 'keyboards/gmmk/pro/keymaps/mike1808/rules.mk') diff --git a/keyboards/gmmk/pro/keymaps/mike1808/rules.mk b/keyboards/gmmk/pro/keymaps/mike1808/rules.mk deleted file mode 100644 index a6d4e6259c..0000000000 --- a/keyboards/gmmk/pro/keymaps/mike1808/rules.mk +++ /dev/null @@ -1,25 +0,0 @@ -VIA_ENABLE = no - -COMBO_ENABLE = yes -COMMAND_ENABLE = yes -RGB_MATRIX_ENABLE = yes -RAW_ENABLE = no -CONSOLE_ENABLE = yes - -WPM_ENABLE = no - -RGB_MATRIX_LEDMAPS = yes - -SRC += utils.c -SRC += mike1808.c -SRC += process_record.c -SRC += encoder.c - -ifeq ($(strip $(WPM_ENABLE)), yes) - SRC += fun.c -endif - -ifeq ($(strip $(RGB_MATRIX_LEDMAPS)), yes) - SRC += rgb_matrix_ledmaps.c - OPT_DEFS += -DRGB_MATRIX_LEDMAPS_ENABLED -endif -- cgit v1.2.3