summaryrefslogtreecommitdiff
path: root/layouts/community/ortho_5x12/drashna/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ortho_5x12/drashna/config.h')
-rw-r--r--layouts/community/ortho_5x12/drashna/config.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/layouts/community/ortho_5x12/drashna/config.h b/layouts/community/ortho_5x12/drashna/config.h
deleted file mode 100644
index e41dadc601..0000000000
--- a/layouts/community/ortho_5x12/drashna/config.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#pragma once
-
-
-/* ws2812 RGB LED */
-#if defined(KEYBOARD_fractal)
- #define RGB_DI_PIN D2
- #undef RGBLED_NUM
- #define RGBLIGHT_ANIMATIONS
- #define RGBLED_NUM 29 // Number of LEDs
- #undef RGBLIGHT_HUE_STEP
- #define RGBLIGHT_HUE_STEP 8
- #undef RGBLIGHT_SAT_STEP
- #define RGBLIGHT_SAT_STEP 8
- #undef RGBLIGHT_VAL_STEP
- #define RGBLIGHT_VAL_STEP 8
-#endif