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/handwired/dactyl_manuform | |
parent | 4003d077cef42d7a3405250ea6417db3a3549e9e (diff) | |
download | qmk_firmware-9bb4e63a1123861515c1196a624b4a0f04129601.tar.gz qmk_firmware-9bb4e63a1123861515c1196a624b4a0f04129601.zip |
Remove old promicro_bootloader_jmp() declarations (#6444)
Diffstat (limited to 'keyboards/handwired/dactyl_manuform')
-rw-r--r-- | keyboards/handwired/dactyl_manuform/4x5/4x5.h | 4 | ||||
-rw-r--r-- | keyboards/handwired/dactyl_manuform/dactyl_manuform.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/handwired/dactyl_manuform/4x5/4x5.h b/keyboards/handwired/dactyl_manuform/4x5/4x5.h index b34d97adbf..a70f52f3e1 100644 --- a/keyboards/handwired/dactyl_manuform/4x5/4x5.h +++ b/keyboards/handwired/dactyl_manuform/4x5/4x5.h @@ -2,10 +2,8 @@ #include "dactyl_manuform.h" -//void promicro_bootloader_jmp(bool program); #include "quantum.h" - #ifdef USE_I2C #include <stddef.h> #ifdef __AVR__ @@ -14,8 +12,6 @@ #endif #endif -//void promicro_bootloader_jmp(bool program); - #ifndef FLIP_HALF #define LAYOUT( \ L00, L01, L02, L03, L04, R00, R01, R02, R03, R04, \ diff --git a/keyboards/handwired/dactyl_manuform/dactyl_manuform.h b/keyboards/handwired/dactyl_manuform/dactyl_manuform.h index 72f2acaab4..d8f27f729c 100644 --- a/keyboards/handwired/dactyl_manuform/dactyl_manuform.h +++ b/keyboards/handwired/dactyl_manuform/dactyl_manuform.h @@ -14,7 +14,6 @@ #include "62key.h" #endif -//void promicro_bootloader_jmp(bool program); #include "quantum.h" |