Add Faux Clicking as subset of Audio feature (#2748)
* Add Faux Clicky to main Audio feature * Make clicky settings user configurable * Add additional documentation * Don't play when music mode is enabled (hopefully)
This commit is contained in:
parent
23b45710ac
commit
8b0b17a369
7 changed files with 111 additions and 21 deletions
|
@ -140,6 +140,12 @@ enum quantum_keycodes {
|
|||
AU_OFF,
|
||||
AU_TOG,
|
||||
|
||||
// Faux clicky as part of main audio feature
|
||||
CLICKY_TOGGLE,
|
||||
CLICKY_UP,
|
||||
CLICKY_DOWN,
|
||||
CLICKY_RESET,
|
||||
|
||||
#ifdef FAUXCLICKY_ENABLE
|
||||
// Faux clicky
|
||||
FC_ON,
|
||||
|
@ -561,6 +567,11 @@ enum quantum_keycodes {
|
|||
|
||||
#define KC_GESC GRAVE_ESC
|
||||
|
||||
#define CK_TOGG CLICKY_TOGGLE
|
||||
#define CK_RST CLICKY_RESET
|
||||
#define CK_UP CLICKY_UP
|
||||
#define CK_DOWN CLICKY_DOWN
|
||||
|
||||
#define RGB_MOD RGB_MODE_FORWARD
|
||||
#define RGB_SMOD RGB_MODE_FORWARD
|
||||
#define RGB_RMOD RGB_MODE_REVERSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue