summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_clicky.c
Commit message (Collapse)AuthorAge
* clang-format changesskullY2019-08-30
|
* Adds a configurable initial delay to the audio clicky feature (#4286)Josh2019-05-17
| | | | | | * Adding an AUDIO_CLICKY_DELAY_DURATION configurable value to the AUDIO_CLICKY feature. * Tweaking my community keymap to work better with my rev 4 planck.
* Fix Audio Clicky by adding missing punctuation (#5171)Drashna Jaelre2019-02-18
|
* Fix ARM Audio issues and its EEPROM persistence (#4936)Drashna Jaelre2019-02-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
* Make Audio Clicky's randomness a floatDrashna Jaelre2018-09-27
| | | | | | 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.
* Add On/Off keycodesDrashna Jaelre2018-09-25
|
* Add functions so you can configure programaticallyDrashna Jaelre2018-09-25
|
* Store Clicky status in EEPROMDrashna Jaelre2018-09-25
|
* Update to drashna keymaps and userspace (#2876)Drashna Jaelre2018-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix Clicky Down codeDrashna Jaelre2018-04-28
|
* Fix Audio Clicky sub-feature (#2784)Drashna Jaelre2018-04-21
* Fix Audio Clicky feature * Add to features