summaryrefslogtreecommitdiff
path: root/keyboards/buzzard/keymaps/crehmann/features/haptic_utils.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/features/haptic_utils.h
parentf25226453fb253b5d1c2f1684365d6248d8b5750 (diff)
Remove obvious user keymaps, `keyboards/{b,c}*` edition. (#22693)
Diffstat (limited to 'keyboards/buzzard/keymaps/crehmann/features/haptic_utils.h')
-rw-r--r--keyboards/buzzard/keymaps/crehmann/features/haptic_utils.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/buzzard/keymaps/crehmann/features/haptic_utils.h b/keyboards/buzzard/keymaps/crehmann/features/haptic_utils.h
deleted file mode 100644
index ccfbb7e14b..0000000000
--- a/keyboards/buzzard/keymaps/crehmann/features/haptic_utils.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright 2021 Christoph Rehmann (crehmann)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-#include QMK_KEYBOARD_H
-
-bool get_haptic_enabled_key(uint16_t keycode, keyrecord_t *record);
-
-void process_layer_pulse(layer_state_t state); \ No newline at end of file