aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/ldscript_keymap_avr5.x
diff options
context:
space:
mode:
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 @@
1/* 1/*
2 * linker script for configurable keymap 2 * linker script for configurable keymap
3 * 3 *
4 * This adds keymap section which places keymap at fixed address and 4 * This adds keymap section which places keymap at fixed address and
@@ -8,7 +8,7 @@ OUTPUT_FORMAT("elf32-avr","elf32-avr","elf32-avr")
8OUTPUT_ARCH(avr:5) 8OUTPUT_ARCH(avr:5)
9MEMORY 9MEMORY
10{ 10{
11 /* With keymap section 11 /* With keymap section
12 * 12 *
13 * Flash Map of ATMega32U4(32KB) 13 * Flash Map of ATMega32U4(32KB)
14 * +------------+ 0x0000 14 * +------------+ 0x0000
@@ -212,7 +212,7 @@ SECTIONS
212 { 212 {
213 PROVIDE(__keymap_start = .) ; 213 PROVIDE(__keymap_start = .) ;
214 *(.keymap.fn_actions) /* 32*actions = 64bytes */ 214 *(.keymap.fn_actions) /* 32*actions = 64bytes */
215 . = ALIGN(0x40); 215 . = ALIGN(0x40);
216 *(.keymap.keymaps) /* rest of .keymap section */ 216 *(.keymap.keymaps) /* rest of .keymap section */
217 *(.keymap*) 217 *(.keymap*)
218 /* . = ALIGN(0x800); */ /* keymap section takes 2KB- */ 218 /* . = ALIGN(0x800); */ /* keymap section takes 2KB- */