summaryrefslogtreecommitdiff
path: root/layouts/community/ortho_4x12/xyverz/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ortho_4x12/xyverz/config.h')
-rw-r--r--layouts/community/ortho_4x12/xyverz/config.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/layouts/community/ortho_4x12/xyverz/config.h b/layouts/community/ortho_4x12/xyverz/config.h
deleted file mode 100644
index 287f4cc2b7..0000000000
--- a/layouts/community/ortho_4x12/xyverz/config.h
+++ /dev/null
@@ -1,32 +0,0 @@
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
-
-#define MIDI_BASIC
-
-#define USE_SERIAL
-
-#define EE_HANDS
-
-#undef RGBLED_NUM
-#if defined(KEYBOARD_planck_rev5)
- #define RGBLED_NUM 10
- #define RGB_DI_PIN D1
-#elif defined(KEYBOARD_keebio_levinson_rev2)
- #define RGBLED_NUM 12
-#elif defined(KEYBOARD_lets_split_rev2)
- #define RGBLED_NUM 8
-#elif defined(KEYBOARD_jj40)
- #define RGBLED_NUM 5
-#else
- #define RGBLED_NUM 1
-#endif
-
-#define RGBLIGHT_ANIMATIONS
-#define RGBLIGHT_HUE_STEP 8
-#define RGBLIGHT_SAT_STEP 8
-#define RGBLIGHT_VAL_STEP 8
-
-#undef BACKLIGHT_LEVELS
-#define BACKLIGHT_LEVELS 8
-
-#endif