]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/crkbd/config.h
Usbasploader bootloader option addition (#6304)
[qmk_firmware.git] / keyboards / crkbd / config.h
index 64fee754572394eabb7fa37e975d241c6c630f5e..4357a218d4ac6f04719cbf8d8eb3184c5f1d78ee 100644 (file)
@@ -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