commit 449240f19802ab4a1a7484f90c27fc7045d57b11
parent a4771e4fe4479869a997b130c1435ee072cbc2fa
Author: Jay Greco <jayv.greco@gmail.com>
Date: Fri, 19 May 2023 17:22:07 -0700
scramble: Add XOSC delay for startup (#20991)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/keyboards/nullbitsco/scramble/v2/config.h b/keyboards/nullbitsco/scramble/v2/config.h
@@ -22,6 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define TAP_CODE_DELAY 10
/* RP2040-specific defines*/
+#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64
#define RP2040_FLASH_GENERIC_03H
#define I2C1_SDA_PIN GP26
#define I2C1_SCL_PIN GP27