Merge remote-tracking branch 'origin/develop' into xap

This commit is contained in:
QMK Bot 2022-06-25 19:35:49 +00:00
commit 4facfe9554

View File

@ -498,6 +498,10 @@ bool soft_serial_transaction(int sstd_index) {
sei();
return true;
}
#else
# ifndef USE_I2C
# error SOFT_SERIAL_PIN or USE_I2C is required but has not been defined.
# endif
#endif
// Helix serial.c history