Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-09 | feat(underglow): Convert HSB changes to absolute. | Pete Johanson | |
* Public type for HSB led color. * New API for calculating "next" HSB based on current state. * Update behavior to convert the increment/decrement commands to absolute command as well. | |||
2021-02-09 | refactor(rgb): Expose explicit on/off command/API. | Pete Johanson | |
2021-01-08 | Remove setting the animation/effect when setting hsv ; some of the effects ↵ | KemoNine | |
like glowing will use the hsv color specified | |||
2021-01-08 | (feat) Allow setting underglow color by key press | KemoNine | |
2020-12-14 | fix(settings): Add missing err handlers on settings_register | Nick | |
2020-12-14 | refactor(settings): Only load used subtrees | Nick Winans | |
2020-12-14 | refactor(app): replace `struct device *` with `const struct device *` | innovaker | |
Replaced with RegExp: /(?<!const )(struct device \*)/g See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html PR: #467 | |||
2020-12-14 | refactor(app): replace Zephyr integer types with C99 integer types | innovaker | |
u8_t → uint8_t u16_t → uint16_t u32_t → uint32_t u64_t → uint64_t s8_t → int8_t s16_t → int16_t s32_t → int32_t s64_t → int64_t Prerequisite for #223 See: https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v2.4.0 PR: #467 | |||
2020-12-02 | refactor(settings): Add Kconfig option for settings debounce | Nick | |
2020-11-23 | fix(ug): Start tick without settings state available | Nick | |
2020-11-22 | feat(underglow): RGB toggle controls ext_power | Nick | |
fix(ug): Don't return if finding ext power fails fix(ug): Move ext_power to a static variable Add #if defs | |||
2020-11-03 | feat(underglow): Debounce state settings save | Nick | |
2020-09-15 | fix lint with clang-format | Nick | |
2020-09-15 | Merge remote-tracking branch 'upstream/main' into underglow/state-persistence | Nick | |
2020-09-14 | chore: clang-format the codebase. | Pete Johanson | |
* Use the LLVM style * Override indent width (8) and column limit (100) * Fixes #142. | |||
2020-09-10 | fix: Switch to single AUTHORS file.* Closes #164 | Pete Johanson | |
2020-08-23 | fix(rgb): check if settings enabled | Nick | |
2020-08-23 | Move settings load | Nick | |
2020-08-20 | fix(rgb): fix underglow settings location | Nick | |
2020-08-20 | feat(rgb): underglow state Kconfig and settings | Nick | |
2020-07-26 | If LED strip can't be found, behaviors return err | Nick | |
2020-07-25 | Add suggested changes | Nick | |
2020-07-24 | Initial RGB Underglow implementation | Nick | |
2020-07-24 | Add base files and configuration for RGB underglow | Nick | |