diff options
author | Stephan Bösebeck <stephan.boesebeck@holidayinsider.com> | 2016-03-02 08:32:13 +0100 |
---|---|---|
committer | Stephan Bösebeck <stephan.boesebeck@holidayinsider.com> | 2016-03-02 08:32:13 +0100 |
commit | 861429aa4422054f87443eba16d2045fd6896a23 (patch) | |
tree | 911c9ff7d4c5133371a8476cbdeeb8fdc4969b2c /quantum/keymap_common.c | |
parent | f0dfe8ab97e6919957e371dcb09989fcedaada77 (diff) | |
parent | 93c9d2bc9f5b670c168671c85aa69806528c98bd (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'quantum/keymap_common.c')
-rw-r--r-- | quantum/keymap_common.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/keymap_common.c b/quantum/keymap_common.c index ae109da16a..7068ca4f31 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 |