diff options
Diffstat (limited to 'keyboards/orthodox/keymaps/shaymdev/config.h')
-rw-r--r-- | keyboards/orthodox/keymaps/shaymdev/config.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/orthodox/keymaps/shaymdev/config.h b/keyboards/orthodox/keymaps/shaymdev/config.h index 5f20923107..79d7cddec0 100644 --- a/keyboards/orthodox/keymaps/shaymdev/config.h +++ b/keyboards/orthodox/keymaps/shaymdev/config.h @@ -32,8 +32,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_EFFECT_KNIGHT // #define RGBLED_SPLIT { 5, 5 } -#undef RGB_DI_PIN -#define RGB_DI_PIN D3 +#undef WS2812_DI_PIN +#define WS2812_DI_PIN D3 #define RGBLIGHT_LAYERS #define RGBLIGHT_LAYERS_OVERRIDE_RGB_OFF #define RGBLIGHT_SLEEP @@ -48,7 +48,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. } #endif -#define COMBO_COUNT 1 - -#define IGNORE_MOD_TAP_INTERRUPT #define TAPPING_TERM 220 |