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/deltasplit75 | |
parent | 4003d077cef42d7a3405250ea6417db3a3549e9e (diff) | |
download | qmk_firmware-9bb4e63a1123861515c1196a624b4a0f04129601.tar.gz qmk_firmware-9bb4e63a1123861515c1196a624b4a0f04129601.zip |
Remove old promicro_bootloader_jmp() declarations (#6444)
Diffstat (limited to 'keyboards/deltasplit75')
-rw-r--r-- | keyboards/deltasplit75/v2/v2.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/deltasplit75/v2/v2.h b/keyboards/deltasplit75/v2/v2.h index 9e364f38ab..82f54c2b0d 100644 --- a/keyboards/deltasplit75/v2/v2.h +++ b/keyboards/deltasplit75/v2/v2.h @@ -3,10 +3,8 @@ #include "deltasplit75.h" -//void promicro_bootloader_jmp(bool program); #include "quantum.h" -//void promicro_bootloader_jmp(bool program); //matrix is defined in a weird way here; the layout on both sides are asymmetrical, but the "matrix" is symmetrical but with empty gaps //the last column is defined as a separate row because the firmware currently doesnt support more than 8 columns (this layout has 9 columns per side) K45 and K110 are the Bs on both sides; K53 and K106 are extra keys for ISO #define LAYOUT_v2( \ @@ -59,4 +57,4 @@ { KC_NO, KC_NO, K132, K133, K134, K135, K136, K137} \ } -#endif
\ No newline at end of file +#endif |