~ruther/qmk_firmware

ref: 0b802defd4ad81f38bdd3ae0192e2a834f7d99be qmk_firmware/keyboards/buzzard/keymaps/crehmann/features/haptic_utils.h -rw-r--r-- 247 bytes
0b802def — Ryan haptic: further naming cleanups (#21682) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
// 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);