summaryrefslogtreecommitdiffstats
path: root/tmk_core/ldscript_keymap_avr5.x
diff options
context:
space:
mode:
authortmk <hasu@tmk-kbd.com>2015-07-11 22:44:10 +0200
committertmk <hasu@tmk-kbd.com>2015-07-11 22:44:10 +0200
commit8746ad98ccc6ae56c8452afa6bef170777ea5b26 (patch)
tree347508d48081f586b37a60fb4fd9bdfe1346df94 /tmk_core/ldscript_keymap_avr5.x
parentce8b1e5f1347bb04ee26ef21c24aa52e8fdf23d7 (diff)
downloadqmk_firmware-8746ad98ccc6ae56c8452afa6bef170777ea5b26.tar.gz
qmk_firmware-8746ad98ccc6ae56c8452afa6bef170777ea5b26.tar.xz
core: Add keymap section ldscript for ATMega32U2
Diffstat (limited to 'tmk_core/ldscript_keymap_avr5.x')
-rw-r--r--tmk_core/ldscript_keymap_avr5.x6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmk_core/ldscript_keymap_avr5.x b/tmk_core/ldscript_keymap_avr5.x
index c09693e51..9b46e6c36 100644
--- a/tmk_core/ldscript_keymap_avr5.x
+++ b/tmk_core/ldscript_keymap_avr5.x
@@ -1,4 +1,4 @@
-/*
+/*
* linker script for configurable keymap
*
* This adds keymap section which places keymap at fixed address and
@@ -8,7 +8,7 @@ OUTPUT_FORMAT("elf32-avr","elf32-avr","elf32-avr")
OUTPUT_ARCH(avr:5)
MEMORY
{
- /* With keymap section
+ /* With keymap section
*
* Flash Map of ATMega32U4(32KB)
* +------------+ 0x0000
@@ -212,7 +212,7 @@ SECTIONS
{
PROVIDE(__keymap_start = .) ;
*(.keymap.fn_actions) /* 32*actions = 64bytes */
- . = ALIGN(0x40);
+ . = ALIGN(0x40);
*(.keymap.keymaps) /* rest of .keymap section */
*(.keymap*)
/* . = ALIGN(0x800); */ /* keymap section takes 2KB- */