mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 22:21:58 +00:00
haptic: naming cleanups (#21551)
This commit is contained in:
@@ -16,14 +16,15 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifndef HAPTIC_FEEDBACK_DEFAULT
|
||||
# define HAPTIC_FEEDBACK_DEFAULT 0
|
||||
#ifndef HAPTIC_DEFAULT_FEEDBACK
|
||||
# define HAPTIC_DEFAULT_FEEDBACK 0
|
||||
#endif
|
||||
#ifndef HAPTIC_MODE_DEFAULT
|
||||
# define HAPTIC_MODE_DEFAULT DRV_MODE_DEFAULT
|
||||
#ifndef HAPTIC_DEFAULT_MODE
|
||||
# define HAPTIC_DEFAULT_MODE DRV2605L_DEFAULT_MODE
|
||||
#endif
|
||||
|
||||
/* EEPROM config settings */
|
||||
|
||||
Reference in New Issue
Block a user