X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fhbkb%2Fconfig.h;h=fef8c05ed3f5b1765fd07955470d10dc2ed2e04e;hb=1ad31539a6e27d55af374cc8ad55194227db35dd;hp=aa3af30c14f472d3e705fea4805cd6c81457c251;hpb=b78c654693014c60ced089648c29f46939d23437;p=max%2Ftmk_keyboard.git diff --git a/keyboard/hbkb/config.h b/keyboard/hbkb/config.h index aa3af30c..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 @@ -37,7 +35,7 @@ along with this program. If not, see . #define MATRIX_HAS_GHOST /* Set 0 if need no debouncing */ -#define DEBOUNCE 10 +#define DEBOUNCE 5 /* legacy keymap support */ #define USE_LEGACY_KEYMAP @@ -48,13 +46,4 @@ along with this program. If not, see . keyboard_report->mods == (MOD_BIT(KC_LALT) | MOD_BIT(KC_RALT)) \ ) -/* Boot Section Size in *BYTEs* - * Teensy halfKay 512 - * Teensy++ halfKay 1024 - * Atmel DFU loader 4096 - * LUFA bootloader 4096 - * USBaspLoader 2048 - */ -#define BOOTLOADER_SIZE 4096 - #endif