File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
framework_lib/src/commandline Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,13 @@ All of these need EC communication support in order to work.
7272- [x] Get information about CCGX PD Controllers (` --pd-info ` )
7373- [x] Show status of intrusion switches (` --intrusion ` )
7474- [x] Show status of privacy switches (` --privacy ` )
75+ - [x] Check recent EC console output (` --console recent ` )
76+
77+ ###### Changing settings
78+
79+ - [x] Get and set keyboard brightness (` --kblight ` )
80+ - [x] Get and set battery charge limit (` --charge-limit ` )
81+ - [x] Get and set fingerprint LED brightness (` --fp-brightness ` )
7582
7683###### Communication with Embedded Controller
7784
Original file line number Diff line number Diff line change @@ -648,6 +648,8 @@ Options:
648648 --capsule <CAPSULE> Parse UEFI Capsule information from binary file
649649 --intrusion Show status of intrusion switch
650650 --inputmodules Show status of the input modules (Framework 16 only)
651+ --charge-limit [<VAL>] Get or set battery charge limit (Percentage number as arg, e.g. '100')
652+ --fp-brightness [<VAL>]Get or set fingerprint LED brightness level [possible values: high, medium, low]
651653 --kblight [<KBLIGHT>] Set keyboard backlight percentage or get, if no value provided
652654 --console <CONSOLE> Get EC console, choose whether recent or to follow the output [possible values: recent, follow]
653655 -t, --test Run self-test to check if interaction with EC is possible
You can’t perform that action at this time.
0 commit comments