summaryrefslogtreecommitdiff
path: root/keyboards/buzzard/keymaps/crehmann/config.h
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-12-18 16:05:50 +1100
committerGitHub <noreply@github.com>2023-12-18 16:05:50 +1100
commitd235352504f82eae5dedc399bae36c65f1348fa8 (patch)
tree775021fd419c2099ab75d7aa6481924290894b35 /keyboards/buzzard/keymaps/crehmann/config.h
parentf25226453fb253b5d1c2f1684365d6248d8b5750 (diff)
Remove obvious user keymaps, `keyboards/{b,c}*` edition. (#22693)
Diffstat (limited to 'keyboards/buzzard/keymaps/crehmann/config.h')
-rw-r--r--keyboards/buzzard/keymaps/crehmann/config.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/keyboards/buzzard/keymaps/crehmann/config.h b/keyboards/buzzard/keymaps/crehmann/config.h
deleted file mode 100644
index 446ae01d34..0000000000
--- a/keyboards/buzzard/keymaps/crehmann/config.h
+++ /dev/null
@@ -1,35 +0,0 @@
-// Copyright 2021 Christoph Rehmann (crehmann)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-// Configure the global tapping term (default: 200ms)
-#define TAPPING_TERM 200
-
-// Enable rapid switch from tap to hold, disables double tap hold auto-repeat.
-#define QUICK_TAP_TERM 0
-
-// Apply the modifier on keys that are tapped during a short hold of a modtap
-#define PERMISSIVE_HOLD
-
-// Using the right side as master
-#define MASTER_RIGHT
-
-#ifdef HAPTIC_ENABLE
-// this configuration has no effect because the haptic exclusion is implemented with
-// __attribute__((weak)) bool get_haptic_enabled_key(uint16_t keycode, keyrecord_t *record)
-// in the default keymap and reacts only to mouse clicks.
-//#define NO_HAPTIC_MOD
-#define NO_HAPTIC_FN
-#define NO_HAPTIC_ALPHA
-#define NO_HAPTIC_PUNCTUATION
-#define NO_HAPTIC_NAV
-#define NO_HAPTIC_NUMERIC
-#define DRV2605L_GREETING DRV2605L_EFFECT_750_MS_ALERT_100
-#define DRV2605L_DEFAULT_MODE DRV2605L_EFFECT_SHARP_TICK_1_100
-#endif
-
-#ifdef PS2_MOUSE_ENABLE
-#define PS2_MOUSE_SCROLL_BTN_MASK (1<<PS2_MOUSE_BTN_RIGHT)
-#define PS2_MOUSE_SCROLL_BTN_SEND 500
-#endif