summaryrefslogtreecommitdiff
path: root/tmk_core/common/action_layer.h
AgeCommit message (Expand)Author
2020-12-26Change include guards in tmk_core/ and drivers/ to pragma once (#11240)Ryan
2020-08-29format code according to conventions [skip ci]QMK Bot
2020-08-29Initialize Layer State on startup (#8318)Drashna Jaelre
2020-05-11Optimization for scanning less layers. (#8311)Alex Ong
2020-04-01Strip out features to allow minimum firmware sizes (#8645)Joel Challis
2019-11-08Fix LAYER_STATE_8BIT compile issues (#7304)Joel Challis
2019-08-30clang-format changesskullY
2019-08-21Additional changes for Layer State typedef compatibility (#5906)Drashna Jaelre
2019-05-17Typedef'ed layer_state_t to uint32_t (#3637)Alex Ong
2019-01-31Change return type of layer_switch_get_layer() to uint8_t (#5011)fauxpark
2018-12-04adding Hadron v3 keyboard, QWIIC devices support, haptic feedback support (#4...ishtob
2018-10-01Add user level to default_layer_state_setDrashna Jaelre
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson
2017-12-15make 'layer_state_set' visible to user codeColin T.A. Gray
2017-12-08helper to compare current layer_state to user layerColin T.A. Gray
2017-11-06adds per-layer rgb color option to ezJack Humbert
2017-02-15Fix bug fix attemptPriyadi Iman Nurcahyo
2017-02-15Bug fix & added default_layer_state_set_kbPriyadi Iman Nurcahyo
2017-02-15Add layer_state_set_kb hookPriyadi Iman Nurcahyo
2016-04-14CheckinIBNobody
2016-04-05Refactor the source layer cache encodingWojciech Siewierski
2016-03-27Cut the memory consumption of PREVENT_STUCK_MODIFIERS in halfWojciech Siewierski
2015-04-10Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk