diff options
author | tmk <nobody@nowhere> | 2012-05-22 00:14:02 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-05-22 00:14:02 +0900 |
commit | 805ce3c1309421df6166b085b70f53c494f9946b (patch) | |
tree | 1d5757f7d6f426d038807d49813a7683ed053a43 /m0110_usb/config.h | |
parent | 901503a1c7eec4be8cf5aa3ab45e5f36fd2f12bc (diff) |
Fix key stuck bug of M0110A support.
- rewrite special key handling in m0110.c
- add mouse keys to keymap
Diffstat (limited to 'm0110_usb/config.h')
-rw-r--r-- | m0110_usb/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m0110_usb/config.h b/m0110_usb/config.h index de20d7c88c..4563d6da54 100644 --- a/m0110_usb/config.h +++ b/m0110_usb/config.h @@ -1,5 +1,5 @@ /* -Copyright 2011 Jun Wako <wakojun@gmail.com> +Copyright 2011,2012 Jun Wako <wakojun@gmail.com> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |