summaryrefslogtreecommitdiff
path: root/keyboards/keebio/iris/keymaps/radlinskii/config.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-12-18 01:49:19 +0000
committerGitHub <noreply@github.com>2023-12-18 12:49:19 +1100
commit990895f03feb8f9c8d22e1bcd25cc3199a9a1b06 (patch)
tree6b0cf45a625c9b4995a350f1973787683ed4e241 /keyboards/keebio/iris/keymaps/radlinskii/config.h
parent54200b7b82411387fed21bf6ce73a87a1025ed0e (diff)
[Keymap Removal] keebio/iris and related keymaps. (#22690)
Diffstat (limited to 'keyboards/keebio/iris/keymaps/radlinskii/config.h')
-rw-r--r--keyboards/keebio/iris/keymaps/radlinskii/config.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/keyboards/keebio/iris/keymaps/radlinskii/config.h b/keyboards/keebio/iris/keymaps/radlinskii/config.h
deleted file mode 100644
index c2ea15af87..0000000000
--- a/keyboards/keebio/iris/keymaps/radlinskii/config.h
+++ /dev/null
@@ -1,35 +0,0 @@
-// Copyright 2022 Ignacy RadliƄski (@radlinskii)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-// #define USE_I2C
-#define EE_HANDS
-
-#define TAPPING_TOGGLE 1 // tap just once for TT() to toggle the layer
-#define TAPPING_TERM 200
-
-#define RGBLIGHT_LAYERS
-
-#define RGBLIGHT_DEFAULT_HUE 85
-#define RGBLIGHT_DEFAULT_SAT 255
-
-#undef RGBLIGHT_DEFAULT_MODE
-#define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_STATIC_LIGHT
-
-#undef RGBLIGHT_EFFECT_BREATHING // fading in and out
-#undef RGBLIGHT_EFFECT_RAINBOW_MOOD // rainbow all keys at the same time
-#undef RGBLIGHT_EFFECT_RAINBOW_SWIRL // rainbow top bottom
-#undef RGBLIGHT_EFFECT_SNAKE
-#undef RGBLIGHT_EFFECT_KNIGHT
-#undef RGBLIGHT_EFFECT_CHRISTMAS
-#undef RGBLIGHT_EFFECT_STATIC_GRADIENT
-#undef RGBLIGHT_EFFECT_RGB_TEST // red -> green -> blue
-#undef RGBLIGHT_EFFECT_ALTERNATING // blinking
-#undef RGBLIGHT_EFFECT_TWINKLE // randomly fading in and out single keys
-
-#define MOUSEKEY_DELAY 20
-#define MOUSEKEY_INTERVAL 20
-#define MOUSEKEY_MAX_SPEED 5
-#define MOUSEKEY_TIME_TO_MAX 40
-#define MOUSEKEY_WHEEL_MAX_SPEED 10