File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -453,6 +453,37 @@ Keyboard backlight: 5%
453453> framework_tool.exe --kblight 20
454454```
455455
456+ ## Fingerprint/Powerbutton brightness
457+
458+ On Framework 13 and Framework 16 the power button has an integrated fingerprint reader, hence the name.
459+ On Framework 12 it does not, but the same command can be used.
460+
461+ ```
462+ # Check the current brightness
463+ > framework_tool --fp-brightness
464+ Fingerprint LED Brightness
465+ Requested: Auto
466+ Brightness: 55%
467+
468+ # Set it to a custom perfentage
469+ > framework_tool --fp-brightness 42
470+ Fingerprint LED Brightness
471+ Requested: Custom
472+ Brightness: 42%
473+
474+ # Set to a specific level (like the BIOS setting does)
475+ > framework_tool --fp-led-level high
476+ Fingerprint LED Brightness
477+ Requested: High
478+ Brightness: 55%
479+
480+ # Set it back to auto
481+ > framework_tool --fp-led-level auto
482+ Fingerprint LED Brightness
483+ Requested: Auto
484+ Brightness: 15%
485+ ```
486+
456487## RGB LED (Framework Desktop)
457488
458489```
You can’t perform that action at this time.
0 commit comments