summaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/crkbd/config.h')
-rw-r--r--keyboards/crkbd/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/crkbd/config.h b/keyboards/crkbd/config.h
index 64fee7545..4357a218d 100644
--- a/keyboards/crkbd/config.h
+++ b/keyboards/crkbd/config.h
@@ -21,6 +21,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
#include <serial_config.h>
+#define USE_I2C
+#define USE_SERIAL
+
#ifdef USE_Link_Time_Optimization
// LTO has issues with macros (action_get_macro) and "functions" (fn_actions),
// so just disable them