From 87021371e6273258a9385a0a5ed4cfd344f9de8f Mon Sep 17 00:00:00 2001 From: Daniel Shields Date: Mon, 18 Sep 2017 10:36:26 +0100 Subject: Remove redundant Makefile. --- keyboards/planck/keymaps/dshields/Makefile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 keyboards/planck/keymaps/dshields/Makefile diff --git a/keyboards/planck/keymaps/dshields/Makefile b/keyboards/planck/keymaps/dshields/Makefile deleted file mode 100644 index 57144283e..000000000 --- a/keyboards/planck/keymaps/dshields/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -ifndef QUANTUM_DIR - include ../../../../Makefile -endif - -MOUSEKEY_ENABLE = yes # Mouse keys(+4700) -COMMAND_ENABLE = yes # Commands for debug and configuration -CONSOLE_ENABLE = yes # Console for debug(+400) -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE -SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend -TAP_DANCE_ENABLE = yes -AUDIO_ENABLE = no -API_SYSEX_ENABLE = no -- cgit v1.2.3-24-g4f1b