aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common
AgeCommit message (Collapse)Author
2016-06-23Backlight abstraction and other changes (#439)Gravatar Jack Humbert
* redoes matrix pins, abstracts backlight code for B5,6,7 * slimming down keyboard stuff, backlight breathing implemented * don't call backlight init when no pin * cleans up user/kb/quantum calls, keyboard files * fix pvc atomic * replaces CHANNEL with correct var in breathing * removes .hexs, updates readmes, updates template * cleans-up clueboards, readmes to lowercase * updates readme
2016-06-21Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Gravatar Jack Humbert
* fixes from tmk's repo * rename keyboard to keyboards
2016-06-21Warning reductions (#430)Gravatar Jack Humbert
Warning reductions
2016-06-21reduces rgblight warnings, integrates completely (#428)Gravatar Jack Humbert
2016-06-18Cleans up quantum/keymap situation, removes extra lufa folders (#416)Gravatar Jack Humbert
* sorts out keycodes * move midi around * remove mbed * replaces keymap with qmk/keymap_common * fixes keymap.h * keymap, config, quantum rearrange * removes unneeded lufa stuff
2016-06-12Move LED strip initialization (#397)Gravatar Eric Tang
2016-05-24Converted audio play functions to *_user (#349)Gravatar Jack Humbert
* 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 * Added music and audio toggles to Quantum.c * Redid the audio callbacks * Adjusted default planck layout to use the user tone naming * tabs to spaces * Rewrote the ALL recipe to allow for faster parallel make * tabs to spaces * Renamed custom event functions to be 'startup_user' and 'shutdown_user'. Also moved the prototypes around. * Tweaked pvc atomic layout to work with the pvc planck. * updates midi scale calling
2016-05-24Clean up #343's code (#348)Gravatar Eric Tang
2016-05-23Optimize matrix scanning (#343)Gravatar Eric Tang
2016-05-15splits process_action up to handle records separately (#329)Gravatar Jack Humbert
* 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 * merging?
2016-05-15Leader key implementation (#326)Gravatar Erez Zukerman
* 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
2016-05-09Backlight Breathing for Planck and AtomicGravatar Jack Humbert
* 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
2016-05-05Adds oneshot layer and oneshot tap toggling (#308)Gravatar Thiago Alves
This commit is mostly a cherry-pick from `ahtn` at https://github.com/tmk/tmk_keyboard/pull/255. These are the changes: * Adds ACTION_LAYER_ONESHOT * Adds ONESHOT_TAP_TOGGLE * Mentions sticky keys in the docs on oneshot.
2016-04-28stops forcing debug_actionGravatar Jack Humbert
2016-04-21Update functions used to write to EEPROMGravatar Eric Tang
2016-04-20start-up sound working, removes tick with some devicesGravatar Jack Humbert
2016-04-18Fixed speaker being on during sleep.Gravatar IBNobody
2016-04-17Added extra songs, LED indicator notesGravatar IBNobody
2016-04-17Fixed many compiler warnings related to print being disabledGravatar IBNobody
2016-04-16Adding Musical NotesGravatar IBNobody
2016-04-16MAGIC functionality, AG swap in default layoutGravatar Jack Humbert
2016-04-15audio on by defaultGravatar Jack Humbert
2016-04-15audio enable stored in eepromGravatar Jack Humbert
2016-04-14CheckinGravatar IBNobody
2016-04-13Merge remote-tracking branch 'refs/remotes/jackhumbert/master'Gravatar IBNobody
2016-04-13Compiler Warnings / Atomic TLCGravatar IBNobody
Corrected compiler warnings for a number of issues. Gave Atomic some TLC.
2016-04-13Optimize source_layers_cache for the cache memoryGravatar Wojciech Siewierski
Swapping the array indices should increase the locality of the memory access.
2016-04-06Merge pull request #182 from Vifon/modifier-release-fixGravatar Erez Zukerman
Fix the layer-dependent modifiers handling
2016-04-06Fix issue #221: LGUI(KC_LSFT) does not workGravatar Didier Loiseau
on mod keys, register LGUI, LSFT etc. as normal mods instead of weak mods: - they won't be cleared when pressing another key (#188) - they won't be cleared by layer switching - LSFT(KC_LGUI) will now have the same behavior as LGUI(KC_LSFT)
2016-04-05Refactor the source layer cache encodingGravatar Wojciech Siewierski
2016-04-03Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into ↵Gravatar Wojciech Siewierski
modifier-release-fix
2016-04-02Cleanup after mergeGravatar Wojciech Siewierski
- remove a superfluous parenthesis - wrap lines longer than 80 characters - add const specifiers where appropriate - remove unnecessary casts
2016-04-02Update action.cGravatar eltang
2016-04-02Update action.cGravatar eltang
2016-04-02Update action.cGravatar eltang
2016-04-02Update action.cGravatar eltang
2016-04-02Update action.cGravatar eltang
2016-04-02Update action.cGravatar eltang
2016-04-01Update action.cGravatar Eric-L-T
2016-04-01Update action.cGravatar Eric-L-T
2016-04-01Update action.cGravatar Eric-L-T
2016-04-01Update action.cGravatar Eric-L-T
2016-04-01Update action.hGravatar Eric-L-T
2016-04-01Update action.cGravatar Eric-L-T
2016-03-28Merge pull request #219 from IBNobody/masterGravatar Jack Humbert
Master
2016-03-28Minor Tweaks and DocumentationGravatar IBNobody
Fixed compiler warning by including bootloader.h in keymap_common.c. Changed FORCE_NKRO to only be applied if NKRO_ENABLE is defined. Added extra documentation to the template config.h
2016-03-28Added command to turn LED indicators off while sleepingGravatar IBNobody
2016-03-28Merge pull request #214 from cdlm/action-hookGravatar Jack Humbert
Add per-event user hook function
2016-03-28Rename function to be keyboard-specificGravatar Damien Pollet
2016-03-28Add per-event user hook function to QMKGravatar Damien Pollet