Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-08 | refactor(Kconfig): Set USB default based on hardware capabilities | Nick Winans | |
Removes the USB default under every split right half in favor of a default based on hardware capabilities in the main app Kconfig. | |||
2021-01-01 | feat(shields): add ws2812 underglow support to lily58 (nice_nano) | KemoNine | |
2020-12-28 | fix(shields): Enable USB by default on right side. | Pete Johanson | |
* Ensures USB power detection for sleep/charging is properly detected on the right side by deafult. | |||
2020-12-28 | refactor(splits): Ability to override split role. | Pete Johanson | |
* Move central/peripheral setting to Kconfig.defconfig files to allow left/right .conf files to override central/peripheral role for splits. | |||
2020-12-28 | refactor: replace filename hyphens with underscores | innovaker | |
Aligns *.h and *.c to underscore naming convention. These were kept (with warnings) for backwards compatibility with external boards/shields: - kscan-mock.h - matrix-transform.h They should be removed in the future. PR: #523 | |||
2020-12-14 | refactor(app): replace `LVGL_VER_RES` with `LVGL_HOR_VER_MAX` | innovaker | |
See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html PR: #467 | |||
2020-12-14 | refactor(app): replace `LVGL_HOR_RES` with `LVGL_HOR_RES_MAX` | innovaker | |
See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html PR: #467 | |||
2020-12-10 | improvement: upgrade default keymaps | Joel Spadin | |
Ran all the default keymaps through the keymap upgrader and manually adjusted alignment. | |||
2020-11-10 | fix(ble): Remove unpair combo code. | Pete Johanson | |
* Favor the settings reset images for this. | |||
2020-11-05 | refactor: Replace use of `cp` with `kp` for shields. | Pete Johanson | |
2020-10-12 | Rebased and fixed nasty code | Mega Mind | |
2020-10-12 | New behavior for ext power control | Mega Mind | |
2020-10-05 | Update contributors in all keymap files | Mega Mind | |
2020-09-13 | feature(board): add BT prof management to defaults | Nick | |
2020-08-29 | Added encoder to unified conf file | Kevin | |
2020-08-29 | Removed extra encoder config lines | Kevin | |
2020-08-29 | Reverted back to default keymap | Kevin | |
2020-08-29 | Fixed encoder config and added build_right script | Kevin | |
2020-08-28 | Removed status line | Kevin | |
2020-08-28 | Added left encoder support | Kevin | |
2020-08-28 | Added encoder and changed BT unpair keys in overlays | Kevin | |
2020-08-28 | Correct number of rows in Lily58 shield | jrhe | |
2020-08-19 | fix(bluetooth): Add unpair combo if DT node exists | Pete Johanson | |
2020-08-18 | fix(shields): OLED fixes for Corne, add anchors. | Pete Johanson | |
2020-08-18 | feeature(bt): Add "unpair combo" on startup. | Pete Johanson | |
* Especially for splits, we need the ability to unpair all paired devices as sledgehammer if we need to "reset things", and doing so via keymaps isn't suitable. * Allows shields to define a collection of key positions that if all held 2 seconds after startup, will unpair all existing pairs for the device. | |||
2020-08-07 | Better default configs. | Pete Johanson | |
2020-08-06 | Refactor to simpler keymaps. | Pete Johanson | |
2020-08-06 | Refactor to using .keymap files | Pete Johanson | |
* Still just devicetree keymaps. * Filename can now use `<board>.keymap` or `<shield>.keymap` convention, including overrides for revisions, etc. | |||
2020-08-02 | Fix tabs in keymap bottom row | Nick | |
2020-08-02 | Add better default keymap for lily58 | Nick | |
2020-07-25 | Default the reverse mode. | Pete Johanson | |
2020-07-25 | Add the Lily58 OLED. | Pete Johanson | |
2020-07-17 | Name each Lily58 side differently. | Pete Johanson | |
2020-07-17 | Tweaks for split Lily58 sync. | Pete Johanson | |
2020-07-17 | Minor keymap fix from PR review. | Pete Johanson | |
2020-07-16 | Initial Lily58 shield definition. | Pete Johanson | |