diff options
author | Ryan <fauxpark@gmail.com> | 2023-06-25 22:06:31 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-25 22:06:31 +1000 |
commit | 2f9f555add827bbc6b7e6e4a08b830b9825ada4f (patch) | |
tree | 8f95fe2635984c3cd90b35ad6bdc1281e890ffb3 /keyboards/linworks/whale75/config.h | |
parent | dd164a05669cb8c05ed091b31897a45a464556da (diff) |
Move `TAP_CODE_DELAY` to data driven (#21363)
Diffstat (limited to 'keyboards/linworks/whale75/config.h')
-rw-r--r-- | keyboards/linworks/whale75/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/linworks/whale75/config.h b/keyboards/linworks/whale75/config.h index 133b2a973b..d12d33bdfd 100644 --- a/keyboards/linworks/whale75/config.h +++ b/keyboards/linworks/whale75/config.h @@ -30,5 +30,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_EFFECT_BREATHING #define RGBLIGHT_EFFECT_RAINBOW_MOOD #define RGBLIGHT_EFFECT_RAINBOW_SWIRL - -#define TAP_CODE_DELAY 10 |