]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - keyboard/hbkb/config.h
Fix BOOTLOADER_SIZE setting
[tmk_firmware.git] / keyboard / hbkb / config.h
index b31a865382ceefe419af67ba271b85b43a4c607c..9db8c2c4d4d5ddff263bdf2842af2b3e69ad5f81 100644 (file)
@@ -48,13 +48,4 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
     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