diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-07-06 22:48:19 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-07-06 22:48:19 -0400 |
commit | a4bf46f9b1d0a0be0cecb2cd0f0d941aa7c71bd3 (patch) | |
tree | d06043ac6fe7003ba2e9d7c3ea30378b6a51c3d5 /quantum/quantum.c | |
parent | c88207884b5fb16c8955b54b4331fc605158b9f2 (diff) |
default keymap, reset sorted out for now, added serial to makefile
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r-- | quantum/quantum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index d59bd5a3f8..d8e43a4655 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c @@ -89,7 +89,7 @@ bool process_record_quantum(keyrecord_t *record) { shutdown_user(); #endif wait_ms(250); - #ifdef ATREUS_ASTAR + #ifdef CATERINA_BOOTLOADER *(uint16_t *)0x0800 = 0x7777; // these two are a-star-specific #endif bootloader_jump(); |