diff options
author | Joel Challis <git@zvecr.com> | 2023-12-28 17:07:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-28 17:07:40 +0000 |
commit | 9e50faedae5c9c7e8a138050773b06d810505908 (patch) | |
tree | 161e20703b7dbbcd87a415eb7e4d2f3c7f1b1e6e /keyboards/jels/jels60 | |
parent | 73f962766ef2bab5f179be995638f8859e4ecc01 (diff) |
Remove incorrect use of WS2812_PIO_USE_PIO1 (#22771)
Diffstat (limited to 'keyboards/jels/jels60')
-rw-r--r-- | keyboards/jels/jels60/v2/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/jels/jels60/v2/config.h b/keyboards/jels/jels60/v2/config.h index 02d9619a30..c9c1ba2c0e 100644 --- a/keyboards/jels/jels60/v2/config.h +++ b/keyboards/jels/jels60/v2/config.h @@ -16,7 +16,6 @@ #pragma once -#define WS2812_PIO_USE_PIO1 #define RGBLIGHT_DEFAULT_VAL 0 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |