-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Long pressing KEY_1 will execute the inverse power action of on normal press. Prior, long pressing would always force all nodes on. See the state table: | state | long_press | All nodes | | :---------------- | :--------: | :-------: | | 0b0000 | False | On | | 0b0111 | False | Off | | 0b1111 | False | Off | | 0b0000 | True | On | | 0b0111 | True | On | | 0b1111 | True | Off |
- Loading branch information
1 parent
3ed15a0
commit ebb4240
Showing
2 changed files
with
27 additions
and
6 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