diff options
| author | tmk <nobody@nowhere> | 2013-03-29 11:31:21 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-03-29 11:31:21 +0900 |
| commit | 353a9b56e6caee853d3f808d2bfedf07056b4518 (patch) | |
| tree | 462718683391051273e9e9b0a0b5fa2c4763215f /keyboard/hbkb | |
| parent | 41bf9204127842e852ce4fa0ad35998a3b3d79c5 (diff) | |
| download | qmk_firmware-353a9b56e6caee853d3f808d2bfedf07056b4518.tar.gz qmk_firmware-353a9b56e6caee853d3f808d2bfedf07056b4518.zip | |
Fix BOOTLOADER_SIZE setting
Diffstat (limited to 'keyboard/hbkb')
| -rw-r--r-- | keyboard/hbkb/Makefile.lufa | 2 | ||||
| -rw-r--r-- | keyboard/hbkb/config.h | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/keyboard/hbkb/Makefile.lufa b/keyboard/hbkb/Makefile.lufa index a626d476c..0d103c876 100644 --- a/keyboard/hbkb/Makefile.lufa +++ b/keyboard/hbkb/Makefile.lufa | |||
| @@ -108,7 +108,7 @@ COMMAND_ENABLE = yes # Commands for debug and configuration | |||
| 108 | # Teensy halfKay 512 | 108 | # Teensy halfKay 512 |
| 109 | # Atmel DFU loader 4096 | 109 | # Atmel DFU loader 4096 |
| 110 | # LUFA bootloader 4096 | 110 | # LUFA bootloader 4096 |
| 111 | OPT_DEFS += -DBOOT_SIZE=4096 | 111 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 |
| 112 | 112 | ||
| 113 | 113 | ||
| 114 | # Search Path | 114 | # Search Path |
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 |
