summaryrefslogtreecommitdiff
path: root/layouts/community/ortho_4x12/xyverz/config.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-04-09 08:57:34 -0700
committerDrashna Jaelre <drashna@live.com>2019-04-09 08:57:34 -0700
commit19ed62114a1f5d20aacb9cbe83105e977b9a2971 (patch)
treedf27c96cd97c8a73ace9359b1bb05900fad15e25 /layouts/community/ortho_4x12/xyverz/config.h
parent6baec0fffdc1e48d228dfc0a73b98a4ecf6d4caf (diff)
Remove layouts
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