diff options
author | tmk <nobody@nowhere> | 2012-11-13 10:04:35 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-11-13 10:07:59 +0900 |
commit | ce4857e021adf0dede358b9334c3bf9d783cb641 (patch) | |
tree | 0e50220e053586c8fb203f78d2f3769a61ae1a8d /keyboard/hid_liber/config.h | |
parent | 98052b8afd52c93e2d5a1e6acd6afd6e6d2a288c (diff) |
Fix and keymap of hid_liber from alaricljs at geekhack.org.
Diffstat (limited to 'keyboard/hid_liber/config.h')
-rw-r--r-- | keyboard/hid_liber/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/hid_liber/config.h b/keyboard/hid_liber/config.h index 71e349a7ce..792727165a 100644 --- a/keyboard/hid_liber/config.h +++ b/keyboard/hid_liber/config.h @@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define PRODUCT_ID 0xB919 #define DEVICE_VER 0x0001 #define MANUFACTURER t.m.k. -#define PRODUCT HID Leberation +#define PRODUCT HID Liberation /* message strings */ @@ -39,7 +39,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define MATRIX_HAS_GHOST /* Set 0 if need no debouncing */ -#define DEBOUNCE 5 +#define DEBOUNCE 7 /* key combination for command */ |