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/divergetm2 | |
| parent | 4003d077cef42d7a3405250ea6417db3a3549e9e (diff) | |
| download | qmk_firmware-9bb4e63a1123861515c1196a624b4a0f04129601.tar.gz qmk_firmware-9bb4e63a1123861515c1196a624b4a0f04129601.zip | |
Remove old promicro_bootloader_jmp() declarations (#6444)
Diffstat (limited to 'keyboards/divergetm2')
| -rw-r--r-- | keyboards/divergetm2/divergetm2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/divergetm2/divergetm2.h b/keyboards/divergetm2/divergetm2.h index 50144b1d2..6de48e41c 100644 --- a/keyboards/divergetm2/divergetm2.h +++ b/keyboards/divergetm2/divergetm2.h | |||
| @@ -17,10 +17,8 @@ | |||
| 17 | 17 | ||
| 18 | #pragma once | 18 | #pragma once |
| 19 | 19 | ||
| 20 | //void promicro_bootloader_jmp(bool program); | ||
| 21 | #include "quantum.h" | 20 | #include "quantum.h" |
| 22 | 21 | ||
| 23 | |||
| 24 | #ifdef USE_I2C | 22 | #ifdef USE_I2C |
| 25 | #include <stddef.h> | 23 | #include <stddef.h> |
| 26 | #ifdef __AVR__ | 24 | #ifdef __AVR__ |
| @@ -29,8 +27,6 @@ | |||
| 29 | #endif | 27 | #endif |
| 30 | #endif | 28 | #endif |
| 31 | 29 | ||
| 32 | //void promicro_bootloader_jmp(bool program); | ||
| 33 | |||
| 34 | #ifndef FLIP_HALF | 30 | #ifndef FLIP_HALF |
| 35 | // Standard Keymap | 31 | // Standard Keymap |
| 36 | // (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left) | 32 | // (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left) |
