X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fhbkb%2Fconfig.h;h=fef8c05ed3f5b1765fd07955470d10dc2ed2e04e;hb=b4e2d325f355a4d083106476393775e75e11f284;hp=57adecfa5e76547a51d1667a29ba64250f5346b7;hpb=3c822b511e7af60332a7e5a938c08bafb2516ba3;p=max%2Ftmk_keyboard.git diff --git a/keyboard/hbkb/config.h b/keyboard/hbkb/config.h index 57adecfa..fef8c05e 100644 --- a/keyboard/hbkb/config.h +++ b/keyboard/hbkb/config.h @@ -18,8 +18,6 @@ along with this program. If not, see . #ifndef CONFIG_H #define CONFIG_H -/* controller configuration */ -#include "controller_teensy.h" #define VENDOR_ID 0xFEED #define PRODUCT_ID 0xBB00 @@ -27,18 +25,20 @@ along with this program. If not, see . #define DEVICE_VER 0x0100 #define PRODUCT Happy Buckling Keyboard - #define DESCRIPTION mod version of IBM Model M keyboard - /* matrix size */ #define MATRIX_ROWS 12 #define MATRIX_COLS 8 + /* define if matrix has ghost */ #define MATRIX_HAS_GHOST + /* Set 0 if need no debouncing */ -#define DEBOUNCE 10 +#define DEBOUNCE 5 +/* legacy keymap support */ +#define USE_LEGACY_KEYMAP /* key combination for command */ #define IS_COMMAND() ( \ @@ -46,10 +46,4 @@ along with this program. If not, see . keyboard_report->mods == (MOD_BIT(KC_LALT) | MOD_BIT(KC_RALT)) \ ) - -/* mouse keys */ -#ifdef MOUSEKEY_ENABLE -# define MOUSEKEY_DELAY_TIME 128 -#endif - #endif