forked from mirrors/qmk_firmware
6424dadd37
* Remove CU75 custom lighting * Remove LFK78 custom lighting * Remove LFK87 custom lighting * Remove LFKPad custom lighting * Remove Mini1800 custom lighting * Remove SMK65 custom lighting * Remove LFK65-HS custom lighting * Remove LFKeyboards custom lighting * Remove Meira custom lighting
10 lines
177 B
C
10 lines
177 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
#define CLICK_HZ 500
|
|
#define CLICK_MS 2
|
|
#define CLICK_ENABLED 0
|
|
|
|
void reset_keyboard_kb(void);
|
|
void click(uint16_t freq, uint16_t duration);
|