Migrate RGB Matrix config to info.json - B (#22806)
This commit is contained in:
parent
5267329caa
commit
c412b7fc42
46 changed files with 429 additions and 760 deletions
|
@ -1,11 +1,10 @@
|
|||
// Copyright 2023 Cole Smith (@boardsource)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#pragma once
|
||||
|
||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
|
||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 200U
|
||||
|
||||
#define RGB_MATRIX_LED_COUNT 58
|
||||
|
||||
#define AUDIO_PIN GP29
|
||||
#define AUDIO_PWM_DRIVER PWMD6
|
||||
#define AUDIO_PWM_CHANNEL RP2040_PWM_CHANNEL_B
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
// Copyright 2023 Cole Smith (@boardsource)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#pragma once
|
||||
|
||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
|
||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 200U
|
||||
|
||||
#define RGB_MATRIX_LED_COUNT 70
|
||||
|
||||
#define AUDIO_PIN GP29
|
||||
#define AUDIO_PWM_DRIVER PWMD6
|
||||
#define AUDIO_PWM_CHANNEL RP2040_PWM_CHANNEL_B
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
// Copyright 2023 Cole Smith (@boardsource)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#pragma once
|
||||
#define RGB_MATRIX_LED_COUNT 70
|
Loading…
Add table
Add a link
Reference in a new issue