diff options
Diffstat (limited to 'keyboards/preonic/config.h')
-rw-r--r-- | keyboards/preonic/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/preonic/config.h b/keyboards/preonic/config.h index 172fd645c2..739e38555b 100644 --- a/keyboards/preonic/config.h +++ b/keyboards/preonic/config.h @@ -68,14 +68,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ ) -/* ws2812 RGB LED */ -#define RGB_DI_PIN D1 -#define RGBLIGHT_ANIMATIONS -#define RGBLED_NUM 28 // Number of LEDs -#define RGBLIGHT_HUE_STEP 10 -#define RGBLIGHT_SAT_STEP 17 -#define RGBLIGHT_VAL_STEP 17 - /* * Feature disable options * These options are also useful to firmware size reduction. |