8 lines
222 B
C
8 lines
222 B
C
// Copyright 2023 Christopher Courtney, aka Drashna Jael're (@drashna) <drashna@live.com>
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64
|
|
#define TAPPING_TERM 499
|