X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fhbkb%2Fconfig.h;h=fef8c05ed3f5b1765fd07955470d10dc2ed2e04e;hb=f699291e2adf0eb8fb4e7dd64e6b0157b0378f04;hp=b31a865382ceefe419af67ba271b85b43a4c607c;hpb=366c75979535c27e10332a4842851fa7f91b2f7e;p=max%2Ftmk_keyboard.git diff --git a/keyboard/hbkb/config.h b/keyboard/hbkb/config.h index b31a8653..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 @@ -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