summaryrefslogtreecommitdiffstats
path: root/keyboards/kbd8x/keymaps
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-10-02 16:54:18 +0200
committerJack Humbert <jack.humb@gmail.com>2018-10-02 17:08:21 +0200
commit1a33054a3586fa69812a249762e24ecc08a40423 (patch)
tree2940fb4a67bd354d0d23a7a4d93596034d77b56b /keyboards/kbd8x/keymaps
parent9f2e39732f2458b1bfe5d546581da508c2be577e (diff)
downloadqmk_firmware-1a33054a3586fa69812a249762e24ecc08a40423.tar.gz
qmk_firmware-1a33054a3586fa69812a249762e24ecc08a40423.tar.xz
Reduce firmware size of KBD8x to fix Travis Compile issues
Diffstat (limited to 'keyboards/kbd8x/keymaps')
-rw-r--r--keyboards/kbd8x/keymaps/default/config.h9
-rw-r--r--keyboards/kbd8x/keymaps/default_backlighting/config.h9
-rw-r--r--keyboards/kbd8x/keymaps/default_backlighting/rules.mk2
3 files changed, 3 insertions, 17 deletions
diff --git a/keyboards/kbd8x/keymaps/default/config.h b/keyboards/kbd8x/keymaps/default/config.h
index 63bef2a73..fa7db0bc1 100644
--- a/keyboards/kbd8x/keymaps/default/config.h
+++ b/keyboards/kbd8x/keymaps/default/config.h
@@ -14,11 +14,4 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
-
-#include "config_common.h"
-
-// place overrides here
-
-#endif
+#pragma once
diff --git a/keyboards/kbd8x/keymaps/default_backlighting/config.h b/keyboards/kbd8x/keymaps/default_backlighting/config.h
index 63bef2a73..fa7db0bc1 100644
--- a/keyboards/kbd8x/keymaps/default_backlighting/config.h
+++ b/keyboards/kbd8x/keymaps/default_backlighting/config.h
@@ -14,11 +14,4 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
-
-#include "config_common.h"
-
-// place overrides here
-
-#endif
+#pragma once
diff --git a/keyboards/kbd8x/keymaps/default_backlighting/rules.mk b/keyboards/kbd8x/keymaps/default_backlighting/rules.mk
index e806a1ca5..07b9f81fd 100644
--- a/keyboards/kbd8x/keymaps/default_backlighting/rules.mk
+++ b/keyboards/kbd8x/keymaps/default_backlighting/rules.mk
@@ -1,7 +1,7 @@
#Build Options
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
-MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
+MOUSEKEY_ENABLE = no # Mouse keys(+4700)
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
CONSOLE_ENABLE = yes # Console for debug(+400)
COMMAND_ENABLE = yes # Commands for debug and configuration