diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-15 20:18:22 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-15 20:18:22 -0500 |
commit | c47f33a498f9c824a48c23987b312b3176602f7f (patch) | |
tree | 56d87b528c9149fbdcb6d286feb4a897a65b41cd /keymaps-force-release/samsung-other | |
parent | b7b2cc298c71189c881150723708b49ca4c6112c (diff) |
Second step of revamping the build system
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.
Diffstat (limited to 'keymaps-force-release/samsung-other')
-rw-r--r-- | keymaps-force-release/samsung-other | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keymaps-force-release/samsung-other b/keymaps-force-release/samsung-other new file mode 100644 index 0000000000..c51123a0b6 --- /dev/null +++ b/keymaps-force-release/samsung-other @@ -0,0 +1,10 @@ +# 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 |