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.
72
72
- [x] Get information about CCGX PD Controllers (` --pd-info ` )
73
73
- [x] Show status of intrusion switches (` --intrusion ` )
74
74
- [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 ` )
75
82
76
83
###### Communication with Embedded Controller
77
84
Original file line number Diff line number Diff line change @@ -648,6 +648,8 @@ Options:
648
648
--capsule <CAPSULE> Parse UEFI Capsule information from binary file
649
649
--intrusion Show status of intrusion switch
650
650
--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]
651
653
--kblight [<KBLIGHT>] Set keyboard backlight percentage or get, if no value provided
652
654
--console <CONSOLE> Get EC console, choose whether recent or to follow the output [possible values: recent, follow]
653
655
-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