mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-03-11 17:31:10 +07:00

The original Makefile.am was drawn to the top level. This commit breaks it out into the various directories with SUBDIRS connecting them. This makes each directory easier to maintain.
11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
# list of scancodes (hex or decimal), optional comment
|
|
0x82 # Fn+F4 CRT/LCD
|
|
0x83 # Fn+F2 battery
|
|
0x84 # Fn+F5 backlight on/off
|
|
0x86 # Fn+F9 WLAN
|
|
0x88 # Fn-Up brightness up
|
|
0x89 # Fn-Down brightness down
|
|
0xB3 # Fn+F8 switch power mode (battery/dynamic/performance)
|
|
0xF7 # Fn+F10 Touchpad on
|
|
0xF9 # Fn+F10 Touchpad off
|