diff options
Diffstat (limited to 'keyboards/planck/keymaps/piemod/rules.mk')
-rw-r--r-- | keyboards/planck/keymaps/piemod/rules.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/planck/keymaps/piemod/rules.mk b/keyboards/planck/keymaps/piemod/rules.mk deleted file mode 100644 index 3126ba9dc4..0000000000 --- a/keyboards/planck/keymaps/piemod/rules.mk +++ /dev/null @@ -1,15 +0,0 @@ -SUBPROJECT_DEFAULT = rev4 - -MOUSEKEY_ENABLE = yes -EXTRAKEY_ENABLE = yes -AUDIO_ENABLE = yes - -ifeq ($(MCU),at90usb1286) -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -CONSOLE_ENABLE = no -COMMAND_ENABLE = no -BLUETOOTH_ENABLE = no -else -BLUETOOTH_ENABLE = yes -endif - |