diff options
author | Joel Challis <git@zvecr.com> | 2020-11-22 21:12:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-22 21:12:30 +0000 |
commit | b8443863c0ae54349ee61411c0c09863a5ad0b8e (patch) | |
tree | 004d4cf5d317c4cd8988ccb95135531105130c3a /keyboards/clueboard | |
parent | c731628946c71faa56491c89ed59f95ab8e60d97 (diff) |
Remove references to ch-bootloader-jump.patch (#10998)
Diffstat (limited to 'keyboards/clueboard')
-rw-r--r-- | keyboards/clueboard/66_hotswap/gen1/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/clueboard/66_hotswap/gen1/config.h b/keyboards/clueboard/66_hotswap/gen1/config.h index ea01a078b2..7c90d05b38 100644 --- a/keyboards/clueboard/66_hotswap/gen1/config.h +++ b/keyboards/clueboard/66_hotswap/gen1/config.h @@ -27,8 +27,6 @@ /* Address for jumping to bootloader on STM32 chips. */ /* It is chip dependent, the correct number can be looked up here: * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf - * This also requires a patch to chibios: - * <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch */ #define STM32_BOOTLOADER_ADDRESS 0x1FFFD800 |