diff options
Diffstat (limited to 'keyboards/buzzard/keymaps/crehmann/features/haptic_utils.h')
| -rw-r--r-- | keyboards/buzzard/keymaps/crehmann/features/haptic_utils.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/buzzard/keymaps/crehmann/features/haptic_utils.h b/keyboards/buzzard/keymaps/crehmann/features/haptic_utils.h new file mode 100644 index 000000000..ccfbb7e14 --- /dev/null +++ b/keyboards/buzzard/keymaps/crehmann/features/haptic_utils.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | // Copyright 2021 Christoph Rehmann (crehmann) | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #pragma once | ||
| 5 | |||
| 6 | #include QMK_KEYBOARD_H | ||
| 7 | |||
| 8 | bool get_haptic_enabled_key(uint16_t keycode, keyrecord_t *record); | ||
| 9 | |||
| 10 | void process_layer_pulse(layer_state_t state); \ No newline at end of file | ||
