You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thinkpad-ec/asm/ec_fn_action_x230.mac

16 lines
288 B
Plaintext

;
; This is a list of definitions
;
%ifndef EC_FN_ACTION
%define EC_FN_ACTION
%define ACT_0 0xc0 ; I am assuming this is refering to another table
%define ACT_THINKLIGHT 0xc6
%define ACT_SLEEP 0xc7
%define ACT_BRIGHT_UP 0xe4
%define ACT_BRIGHT_DN 0xe5
%endif