diff options
author | vin <git@vineetk.net> | 2023-10-09 12:10:51 -0400 |
---|---|---|
committer | vin <git@vineetk.net> | 2023-10-09 12:54:54 -0400 |
commit | 52db763c718733eada69e81b587377e3a720d390 (patch) | |
tree | d4453737fc7853bf84c8812cd53714fcc45be59c /layouts/community/ortho_4x12/bakingpy/config.h | |
parent | 42a1e90a6d215d0ec0a1c166c90d8b58417b27f2 (diff) |
remove unused non-split layouts
Diffstat (limited to 'layouts/community/ortho_4x12/bakingpy/config.h')
-rw-r--r-- | layouts/community/ortho_4x12/bakingpy/config.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/layouts/community/ortho_4x12/bakingpy/config.h b/layouts/community/ortho_4x12/bakingpy/config.h deleted file mode 100644 index fcfa2ca49c..0000000000 --- a/layouts/community/ortho_4x12/bakingpy/config.h +++ /dev/null @@ -1,29 +0,0 @@ -#pragma once - -#define USE_I2C - -/* Select hand configuration */ -//#define MASTER_RIGHT - -#define TAPPING_TERM 150 - -#undef RGBLED_NUM -#define RGBLIGHT_EFFECT_BREATHING -#define RGBLIGHT_EFFECT_RAINBOW_MOOD -#define RGBLIGHT_EFFECT_RAINBOW_SWIRL -#define RGBLIGHT_EFFECT_SNAKE -#define RGBLIGHT_EFFECT_KNIGHT -#define RGBLIGHT_EFFECT_CHRISTMAS -#define RGBLIGHT_EFFECT_STATIC_GRADIENT -#define RGBLIGHT_EFFECT_RGB_TEST -#define RGBLIGHT_EFFECT_ALTERNATING -#define RGBLIGHT_EFFECT_TWINKLE -#define RGBLED_NUM 12 -#define RGBLED_SPLIT { 6, 6 } -#define RGBLIGHT_HUE_STEP 8 -#define RGBLIGHT_SAT_STEP 8 -#define RGBLIGHT_VAL_STEP 8 - -#ifdef AUDIO_ENABLE -#define AUDIO_PIN C6 -#endif |