diff options
Diffstat (limited to 'keyboards/fluorite')
-rw-r--r-- | keyboards/fluorite/config.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/fluorite/config.h b/keyboards/fluorite/config.h index 8cf0cd5e41..a70ac86038 100644 --- a/keyboards/fluorite/config.h +++ b/keyboards/fluorite/config.h @@ -43,16 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #define SOFT_SERIAL_PIN D2 // or D1, D2, D3, E6 -// #define RGB_DI_PIN E2 -// #ifdef RGB_DI_PIN -// #define RGBLED_NUM 16 -// #define RGBLIGHT_HUE_STEP 8 -// #define RGBLIGHT_SAT_STEP 8 -// #define RGBLIGHT_VAL_STEP 8 -// #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ -// #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ -// #endif - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ |