Add support for Atreus running on A-Star
This commit is contained in:
parent
0206976267
commit
47dcec2945
6 changed files with 106 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue