Browse Source

scramble: Add XOSC delay for startup (#20991)

pull/21054/head
Jay Greco 1 year ago
committed by GitHub
parent
commit
449240f198
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      keyboards/nullbitsco/scramble/v2/config.h

+ 1
- 0
keyboards/nullbitsco/scramble/v2/config.h View File

@ -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


Loading…
Cancel
Save