summaryrefslogtreecommitdiffstats
path: root/quantum/quantum.mk
Commit message (Collapse)AuthorAgeFilesLines
* adapts unicode to quantum.c (#333)Jack Humbert2016-05-181-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * Unicode to have unicode input you need to: - set your OS input method to UNICODE if needed - enable unicode in your makefile - copy the action_function from keyboard/planck/keymaps/unicode/unicode.c to your keymap.c set the target OS method in your keymap.c: void matrix_init_user() { set_unicode_mode(UC_OSX); } you can then switch when you want with: set_unicode_mode(UC_OSX); set_unicode_mode(UC_LNX); set_unicode_mode(UC_WIN); put some unicode codes in your keymap like so: UC(0x0061) I did change the bit mask in quantum/keymap_common.c and .h I’m afraid we will need uint32 to get a total support for all unicode tables or relocate the handler as @mbarkhau did. * rearranges keycode values, hooks-up unicode * removes extra lalt ref * adds unicode shortcuts and example
* updates midi functionality (#331)Jack Humbert2016-05-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * implements leader key for planck experimental * allows override of leader timeout * adds ability to use the leader key in seq * fixes leader keycode * adds chording prototype * fixes keycode detection * moves music mode to quantum.c * disables chording by default * adds music sequencer functionality * implements audio/music functions in quantum.c * splits up process_action to allow independent processing of actions * moves midi stuff to quantum.c * adds additional scales for midi
* Leader key implementation (#326)Erez Zukerman2016-05-151-1/+2
| | | | | | | | | | | | | | | | | | | | * implements leader key for planck experimental * allows override of leader timeout * adds ability to use the leader key in seq * fixes leader keycode * adds chording prototype * fixes keycode detection * moves music mode to quantum.c * disables chording by default * updates process_action functions to return bool
* Backlight Breathing for Planck and AtomicJack Humbert2016-05-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated personal layouts * tweaked personal * Nightly - Audio Cleanup Refactored the LUTs. Abstracted some of the registers out of audio to use more functional names. Split audio into audio and audio_pwm. WIP * nightly - collapsed code * Added check for note playing to LEDs * Usability tweaks * TWEAE * nightly added extra kcs to keymap common * turned on Plank audio * Added backlight breathing to atomic * reverted accidental merge * adds backlight pulse to planck
* [Jack & Erez] Removes duplicate reference, sorts whitespaceErez Zukerman2016-05-051-2/+3
|
* Clarified audio.c (#302)IBNobody2016-05-031-0/+1
| | | | | | | | | | | | | | | * Updated personal layouts * tweaked personal * Nightly - Audio Cleanup Refactored the LUTs. Abstracted some of the registers out of audio to use more functional names. Split audio into audio and audio_pwm. WIP * nightly - collapsed code * Added check for note playing to LEDs
* restructures audio, begins voicingJack Humbert2016-04-211-1/+2
|
* added keymap_extras to pathJack Humbert2016-04-161-0/+1
|
* the spacessssJack Humbert2016-04-151-4/+4
|
* changing up the makefile a bitJack Humbert2016-04-141-4/+4
|
* Integrate WS2812 code into quantum coreYang Liu2016-01-241-2/+7
|
* Merge branch 'audio' of https://github.com/jackhumbert/tmk_keyboard into ↵Jack Humbert2016-01-231-2/+5
|\ | | | | | | smarkefile
| * better integrationsJack Humbert2016-01-201-2/+5
| |
* | keymap.c changes, disable grep stuffJack Humbert2016-01-201-14/+14
| |
* | new keymap folder structure and makefile magicJack Humbert2016-01-161-7/+7
| |
* | workingJack Humbert2016-01-161-0/+15
|/
* new project scriptJack Humbert2015-10-271-0/+30