2022-06-30 13:19:27 +02:00
|
|
|
// Copyright 2022 Stefan Kerkmann
|
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "config_common.h"
|
|
|
|
|
|
|
|
#define DEBUG_MATRIX_SCAN_RATE
|
|
|
|
|
2022-07-11 15:17:05 +02:00
|
|
|
#define QMK_WAITING_TEST_BUSY_PIN GP8
|
|
|
|
#define QMK_WAITING_TEST_YIELD_PIN GP9
|
|
|
|
|
2022-06-30 13:19:27 +02:00
|
|
|
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
|
|
|
|
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED GP25
|
|
|
|
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
|
2022-10-04 23:10:24 +02:00
|
|
|
|
|
|
|
#define BACKLIGHT_PWM_DRIVER PWMD4
|
|
|
|
#define BACKLIGHT_PWM_CHANNEL RP2040_PWM_CHANNEL_B
|
2022-10-27 19:26:16 +02:00
|
|
|
|
|
|
|
#define AUDIO_PIN GP16
|
|
|
|
#define AUDIO_PWM_DRIVER PWMD0
|
|
|
|
#define AUDIO_PWM_CHANNEL RP2040_PWM_CHANNEL_A
|