X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fhid_liber%2Fconfig.h;h=968ccf55001cc1f9e7d5082cb4eac74f2d3f3166;hb=0d222db31f599e90e5e281f80d21ce3c6af0fef8;hp=71e349a7ce0cb64dde2282996dd5faeb316eba8f;hpb=1a4ae0fc366e5f51fb4559a106481335b129208a;p=max%2Ftmk_keyboard.git diff --git a/keyboard/hid_liber/config.h b/keyboard/hid_liber/config.h index 71e349a7..968ccf55 100644 --- a/keyboard/hid_liber/config.h +++ b/keyboard/hid_liber/config.h @@ -24,7 +24,7 @@ along with this program. If not, see . #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 . //#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