From 6313258f23ae22943396dad7ae56a1904d5697ea Mon Sep 17 00:00:00 2001 From: ziptyze Date: Wed, 5 Oct 2022 17:52:18 -0400 Subject: Product changes to 1up lineup (#18382) --- .../1upkeyboards/sweet16/v2/promicro/config.h | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 keyboards/1upkeyboards/sweet16/v2/promicro/config.h (limited to 'keyboards/1upkeyboards/sweet16/v2/promicro/config.h') diff --git a/keyboards/1upkeyboards/sweet16/v2/promicro/config.h b/keyboards/1upkeyboards/sweet16/v2/promicro/config.h deleted file mode 100644 index 8bacff2f6e..0000000000 --- a/keyboards/1upkeyboards/sweet16/v2/promicro/config.h +++ /dev/null @@ -1,26 +0,0 @@ -#pragma once - -#include "config_common.h" - -/* key matrix pins */ -#define MATRIX_ROW_PINS { D4, D1, E6, B5 } -#define MATRIX_COL_PINS { F7, F6, D2, D3 } - -/* COL2ROW or ROW2COL */ -#define DIODE_DIRECTION ROW2COL - -/* Set 0 if debouncing isn't needed */ -#define DEBOUNCE 5 - -/* Encoder pins */ -#define ENCODERS_PAD_A { F4 } -#define ENCODERS_PAD_B { F5 } -#define ENCODER_RESOLUTION 4 - -/* Underglow options */ -#define RGB_DI_PIN F4 -#define RGBLIGHT_ANIMATIONS -#define RGBLED_NUM 1 -#define RGBLIGHT_HUE_STEP 8 -#define RGBLIGHT_SAT_STEP 8 -#define RGBLIGHT_VAL_STEP 8 -- cgit v1.2.3