summaryrefslogtreecommitdiffstats
path: root/quantum
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-02-18 03:18:13 +0100
committerJack Humbert <jack.humb@gmail.com>2016-02-18 03:18:13 +0100
commita6414eb2572b278feb22d8c18bff02c1f1720bb7 (patch)
tree2d4e51aaeb26dbe51de73faab25bb44a52df46ea /quantum
parent2c29ce3cfe6d1dc956457672e98208ea1525b03d (diff)
parent1db3558a921d465e1c2f7f280f94dad8e95d32ac (diff)
downloadqmk_firmware-a6414eb2572b278feb22d8c18bff02c1f1720bb7.tar.gz
qmk_firmware-a6414eb2572b278feb22d8c18bff02c1f1720bb7.tar.xz
Merge pull request #145 from gerbercj/feature/atreus_astar
Add support for Atreus running on A-Star
Diffstat (limited to 'quantum')
-rw-r--r--quantum/keymap_common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/keymap_common.c b/quantum/keymap_common.c
index ae109da16..7068ca4f3 100644
--- a/quantum/keymap_common.c
+++ b/quantum/keymap_common.c
@@ -91,6 +91,9 @@ action_t action_for_key(uint8_t layer, keypos_t key)
play_notes(&goodbye, 5, false);
#endif
_delay_ms(250);
+ #ifdef ATREUS_ASTAR
+ *(uint16_t *)0x0800 = 0x7777; // these two are a-star-specific
+ #endif
bootloader_jump();
return;
} else if (keycode == DEBUG) { // DEBUG is 0x5001