X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fhid_liber%2Fconfig.h;h=968ccf55001cc1f9e7d5082cb4eac74f2d3f3166;hb=b47a88f4a5c3e054539f4113cdf13cf8d2c65545;hp=558a8cdd521f99dc9e9dd27781b954e2e70d44fa;hpb=878daae9c337e712d5ec65232851dd5e58aca0b9;p=max%2Ftmk_keyboard.git diff --git a/keyboard/hid_liber/config.h b/keyboard/hid_liber/config.h index 558a8cdd..968ccf55 100644 --- a/keyboard/hid_liber/config.h +++ b/keyboard/hid_liber/config.h @@ -1,5 +1,5 @@ /* -Copyright 2011 Jun Wako +Copyright 2012 Jun Wako 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 . #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