diff options
author | fauxpark <fauxpark@gmail.com> | 2019-08-21 11:05:08 +1000 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-08-21 02:05:08 +0100 |
commit | 9bb4e63a1123861515c1196a624b4a0f04129601 (patch) | |
tree | 5dc222378bab56f87a81bd8e64f90cdde7605edd /keyboards/helix/pico | |
parent | 4003d077cef42d7a3405250ea6417db3a3549e9e (diff) |
Remove old promicro_bootloader_jmp() declarations (#6444)
Diffstat (limited to 'keyboards/helix/pico')
-rw-r--r-- | keyboards/helix/pico/pico.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/helix/pico/pico.h b/keyboards/helix/pico/pico.h index 153132775b..d9c57206c6 100644 --- a/keyboards/helix/pico/pico.h +++ b/keyboards/helix/pico/pico.h @@ -3,7 +3,6 @@ #include "../helix.h" -//void promicro_bootloader_jmp(bool program); #include "quantum.h" #ifdef RGBLIGHT_ENABLE @@ -19,9 +18,6 @@ #endif #endif -//void promicro_bootloader_jmp(bool program); - - #ifndef FLIP_HALF // Standard Keymap // (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left) |