diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-07-06 23:44:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-06 23:44:22 -0400 |
| commit | 21e443101f4873a813d33e50486d4e9591e89f4e (patch) | |
| tree | d06043ac6fe7003ba2e9d7c3ea30378b6a51c3d5 /quantum/quantum.c | |
| parent | 5baaf871bbdd6667625860b0daef7fe9a91e08db (diff) | |
| parent | a4bf46f9b1d0a0be0cecb2cd0f0d941aa7c71bd3 (diff) | |
| download | qmk_firmware-21e443101f4873a813d33e50486d4e9591e89f4e.tar.gz qmk_firmware-21e443101f4873a813d33e50486d4e9591e89f4e.zip | |
Merge pull request #484 from jackhumbert/lets-split-support
Add Let's Split support
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 d59bd5a3f..d8e43a465 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -89,7 +89,7 @@ bool process_record_quantum(keyrecord_t *record) { | |||
| 89 | shutdown_user(); | 89 | shutdown_user(); |
| 90 | #endif | 90 | #endif |
| 91 | wait_ms(250); | 91 | wait_ms(250); |
| 92 | #ifdef ATREUS_ASTAR | 92 | #ifdef CATERINA_BOOTLOADER |
| 93 | *(uint16_t *)0x0800 = 0x7777; // these two are a-star-specific | 93 | *(uint16_t *)0x0800 = 0x7777; // these two are a-star-specific |
| 94 | #endif | 94 | #endif |
| 95 | bootloader_jump(); | 95 | bootloader_jump(); |
