From 526c6b4906e6b143128bee61200c2390b0b517ff Mon Sep 17 00:00:00 2001 From: Danny Date: Mon, 24 Jul 2023 22:46:03 -0400 Subject: Add Nyquistpad (#21578) Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan --- keyboards/keebio/nyquistpad/config.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 keyboards/keebio/nyquistpad/config.h (limited to 'keyboards/keebio/nyquistpad/config.h') diff --git a/keyboards/keebio/nyquistpad/config.h b/keyboards/keebio/nyquistpad/config.h new file mode 100644 index 0000000000..82a64e39bf --- /dev/null +++ b/keyboards/keebio/nyquistpad/config.h @@ -0,0 +1,13 @@ +// Copyright 2023 Danny Nguyen (danny@keeb.io) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 1000U + +// RGB Matrix +#define RGB_MATRIX_LED_COUNT 36 +#define RGB_DISABLE_WHEN_USB_SUSPENDED +#define RGB_MATRIX_FRAMEBUFFER_EFFECTS +#define RGB_MATRIX_KEYPRESSES -- cgit v1.2.3