summaryrefslogtreecommitdiffstats
path: root/quantum/keymap_common.c
diff options
context:
space:
mode:
authorChris Gerber <christopher.gerber@regeneron.com>2016-01-03 23:49:28 +0100
committerChris Gerber <christopher.gerber@regeneron.com>2016-02-16 02:53:56 +0100
commit47dcec29456106828b83fe5b85fa7a7427ddc710 (patch)
treeb0b23ee8df18f1b82997416e99b7f5216db86d2f /quantum/keymap_common.c
parent02069762678517349fc1dd643b8710045571666c (diff)
downloadqmk_firmware-47dcec29456106828b83fe5b85fa7a7427ddc710.tar.gz
qmk_firmware-47dcec29456106828b83fe5b85fa7a7427ddc710.tar.xz
Add support for Atreus running on A-Star
Diffstat (limited to 'quantum/keymap_common.c')
-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