summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_clicky.c
AgeCommit message (Collapse)AuthorFilesLines
2019-02-18Fix Audio Clicky by adding missing punctuation (#5171)Drashna Jaelre1-1/+1
2019-02-15Fix ARM Audio issues and its EEPROM persistence (#4936)Drashna Jaelre1-12/+14
* Don't click if turning audio off On ARM, playing the click when turning off audio causes the audio get stuck and continually play the tone * Fix Audio EEPROM support for ARM * Update touched files to conform to QMK Coding Conventions * Add better check for ARM EEPROM support
2018-09-28Make Audio Clicky's randomness a floatDrashna Jaelre1-2/+3
Rather than a define, but read from the define. This way, a smart coder could externally configure the randomness, changing it on the fly This is also a precursor step to adding full on support for configurable randomness.
2018-09-25Add On/Off keycodesDrashna Jaelre1-4/+7
2018-09-25Add functions so you can configure programaticallyDrashna Jaelre1-18/+42
2018-09-25Store Clicky status in EEPROMDrashna Jaelre1-7/+7
2018-05-02Update to drashna keymaps and userspace (#2876)Drashna Jaelre1-1/+0
* Fix Unicode sample * Add irony mark * Remove unpretty keymaps * Add QMK DFU and Conditional Music Mode * Unicode fixes * Unicode fixes * Make layer indication more modular * Finish removing Faux Click * Cleanup of UserSpace and addition of 'update_tri_layer_state' function * Add modifier status indicators to Orthodox * Remove tri layer function * Minor tweaks * Remove the Orthodox's Indicator's reliance on layer_state_set * Add custom EEPROM settings * Make EEPROM config more efficient * Viterbi Config * Add Iris Keyboard layout and Userspace cleanup * Iris keyboard tweaks * Use Grave Escape on Iris * Update Readmes
2018-04-28Fix Clicky Down codeDrashna Jaelre1-1/+1
2018-04-21Fix Audio Clicky sub-feature (#2784)Drashna Jaelre1-0/+72
* Fix Audio Clicky feature * Add to features