aboutsummaryrefslogtreecommitdiff
path: root/keyboard/hbkb/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/hbkb/config.h')
-rw-r--r--keyboard/hbkb/config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboard/hbkb/config.h b/keyboard/hbkb/config.h
index b31a86538..9db8c2c4d 100644
--- a/keyboard/hbkb/config.h
+++ b/keyboard/hbkb/config.h
@@ -48,13 +48,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
48 keyboard_report->mods == (MOD_BIT(KC_LALT) | MOD_BIT(KC_RALT)) \ 48 keyboard_report->mods == (MOD_BIT(KC_LALT) | MOD_BIT(KC_RALT)) \
49) 49)
50 50
51/* Boot Section Size in *BYTEs*
52 * Teensy halfKay 512
53 * Teensy++ halfKay 1024
54 * Atmel DFU loader 4096
55 * LUFA bootloader 4096
56 * USBaspLoader 2048
57 */
58#define BOOTLOADER_SIZE 4096
59
60#endif 51#endif