-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 9a645fd Author: Univa <41708691+Univa@users.noreply.github.com> Date: Wed Apr 3 13:03:36 2024 -0400 move display driver traits commit 52f51f8 Author: Univa <41708691+Univa@users.noreply.github.com> Date: Wed Apr 3 12:27:59 2024 -0400 move split driver traits commit eb32fc7 Author: Univa <41708691+Univa@users.noreply.github.com> Date: Wed Apr 3 11:55:43 2024 -0400 mark some enums as non-exhaustive, u8 repr, explicit discriminants commit f02e391 Author: Univa <41708691+Univa@users.noreply.github.com> Date: Wed Apr 3 11:19:37 2024 -0400 use const generics for ws2812 bitbang driver commit 80d4bea Author: Univa <41708691+Univa@users.noreply.github.com> Date: Wed Apr 3 10:59:12 2024 -0400 forgot to remove unused drivers feature flag commit ff4a8cc Author: Univa <41708691+Univa@users.noreply.github.com> Date: Wed Apr 3 10:58:00 2024 -0400 make via also enable the storage feature commit d3d822c Author: Univa <41708691+Univa@users.noreply.github.com> Date: Wed Apr 3 10:57:11 2024 -0400 add forgotten awaits commit f6566f2 Author: Univa <41708691+Univa@users.noreply.github.com> Date: Tue Apr 2 22:06:31 2024 -0400 overhaul macros, remove re-exports commit 297ae98 Author: Univa <41708691+Univa@users.noreply.github.com> Date: Sun Mar 31 21:49:03 2024 -0400 replace hid send/receive channels with hiddevice trait commit 030e9a0 Author: Univa <41708691+Univa@users.noreply.github.com> Date: Sun Mar 31 15:04:47 2024 -0400 storage service refactoring commit 6145070 Author: Univa <41708691+Univa@users.noreply.github.com> Date: Sat Mar 30 22:10:43 2024 -0400 remove once_cell from layout struct commit c1ec9ea Author: Univa <41708691+Univa@users.noreply.github.com> Date: Sat Mar 30 20:38:30 2024 -0400 replace `POLLED_EVENTS_CHANNEL` with trait function in `KeyboardLayout` and `PeripheralDevice` commit d4ad2b2 Author: Univa <41708691+Univa@users.noreply.github.com> Date: Sat Mar 30 19:22:36 2024 -0400 move `BluetoothCommand` to the `hw` module and rename it to `HardwareCommand` commit 28946c2 Author: Univa <41708691+Univa@users.noreply.github.com> Date: Sat Mar 30 17:45:58 2024 -0400 add `CentralDevice` trait to replace MESSAGE_TO_PERIPHERALS channel commit 063ccad Author: Univa <41708691+Univa@users.noreply.github.com> Date: Sat Mar 30 16:37:47 2024 -0400 use associated type for via commit 4ee41ef Author: Univa <41708691+Univa@users.noreply.github.com> Date: Sat Mar 30 15:44:15 2024 -0400 use layer struct to parse some macros commit e17567c Author: Univa <41708691+Univa@users.noreply.github.com> Date: Sat Mar 30 15:25:17 2024 -0400 improve macro error reporting commit 10b0c03 Author: Univa <41708691+Univa@users.noreply.github.com> Date: Sat Mar 30 13:48:10 2024 -0400 rename `mcu` module to `platform` commit e9e09fb Author: Univa <41708691+Univa@users.noreply.github.com> Date: Thu Mar 28 20:16:26 2024 -0400 merge backlighting and underglow into a single lighting module - this also removes the `pub static` items like command channels, and instead replaces them with trait functions `get_command_channel`, `get_state`, `get_save_signal`, etc. - these changes also enable different backlighting types to be used at the same time, instead of only being able to use one of simple-backlight, simple-backlight-matrix or rgb-backlight-matrix at a time. - all lighting types use the same `lighting_task` and `lighting_storage_task`, using an `Animator` trait, which can be implemented by the user to allow for custom animators - #[keyboard] macro usage for lighting has been updated accordingly to support the ability to have multiple lighting types share the same task as well. - associated type items have been added to the `KeyboardLayout` trait and also a new `PeripheralDevice` trait, which can be used to control how the `layout_collect` and `peripheral_task` communicate with these lighting systems, respectively.
- Loading branch information
Showing
64 changed files
with
6,938 additions
and
5,844 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.