]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - keyboard/hid_liber/config.h
Updates to local gitignore
[tmk_firmware.git] / keyboard / hid_liber / config.h
index 558a8cdd521f99dc9e9dd27781b954e2e70d44fa..968ccf55001cc1f9e7d5082cb4eac74f2d3f3166 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright 2011 Jun Wako <wakojun@gmail.com>
+Copyright 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
@@ -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,18 +39,11 @@ 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    8
 
 /* key combination for command */
 #define IS_COMMAND() ( \
     keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
 )
 
-// TODO: configurable
-#define DEBUG_LED 0
-#define DEBUG_LED_CONFIG
-#define DEBUG_LED_ON
-#define DEBUG_LED_OFF
-
 #endif