Reduce firmware size of KBD8x to fix Travis Compile issues

This commit is contained in:
Drashna Jaelre
2018-10-02 07:54:18 -07:00
committed by Jack Humbert
parent 9f2e39732f
commit 1a33054a35
6 changed files with 9 additions and 27 deletions
@@ -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
@@ -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