aboutsummaryrefslogtreecommitdiff
path: root/keyboards/helix
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-08-21 11:05:08 +1000
committerJoel Challis <git@zvecr.com>2019-08-21 02:05:08 +0100
commit9bb4e63a1123861515c1196a624b4a0f04129601 (patch)
tree5dc222378bab56f87a81bd8e64f90cdde7605edd /keyboards/helix
parent4003d077cef42d7a3405250ea6417db3a3549e9e (diff)
downloadqmk_firmware-9bb4e63a1123861515c1196a624b4a0f04129601.tar.gz
qmk_firmware-9bb4e63a1123861515c1196a624b4a0f04129601.zip
Remove old promicro_bootloader_jmp() declarations (#6444)
Diffstat (limited to 'keyboards/helix')
-rw-r--r--keyboards/helix/pico/pico.h4
-rw-r--r--keyboards/helix/rev1/rev1.h5
-rw-r--r--keyboards/helix/rev2/rev2.h4
3 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/helix/pico/pico.h b/keyboards/helix/pico/pico.h
index 153132775..d9c57206c 100644
--- a/keyboards/helix/pico/pico.h
+++ b/keyboards/helix/pico/pico.h
@@ -3,7 +3,6 @@
3 3
4#include "../helix.h" 4#include "../helix.h"
5 5
6//void promicro_bootloader_jmp(bool program);
7#include "quantum.h" 6#include "quantum.h"
8 7
9#ifdef RGBLIGHT_ENABLE 8#ifdef RGBLIGHT_ENABLE
@@ -19,9 +18,6 @@
19#endif 18#endif
20#endif 19#endif
21 20
22//void promicro_bootloader_jmp(bool program);
23
24
25#ifndef FLIP_HALF 21#ifndef FLIP_HALF
26// Standard Keymap 22// Standard Keymap
27// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left) 23// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left)
diff --git a/keyboards/helix/rev1/rev1.h b/keyboards/helix/rev1/rev1.h
index d7cd749e4..a8d6ff050 100644
--- a/keyboards/helix/rev1/rev1.h
+++ b/keyboards/helix/rev1/rev1.h
@@ -3,10 +3,8 @@
3 3
4#include "../helix.h" 4#include "../helix.h"
5 5
6//void promicro_bootloader_jmp(bool program);
7#include "quantum.h" 6#include "quantum.h"
8 7
9
10#ifdef USE_I2C 8#ifdef USE_I2C
11#include <stddef.h> 9#include <stddef.h>
12#ifdef __AVR__ 10#ifdef __AVR__
@@ -15,9 +13,6 @@
15#endif 13#endif
16#endif 14#endif
17 15
18//void promicro_bootloader_jmp(bool program);
19
20
21#if HELIX_ROWS == 3 16#if HELIX_ROWS == 3
22 #ifndef FLIP_HALF 17 #ifndef FLIP_HALF
23 // Standard Keymap 18 // Standard Keymap
diff --git a/keyboards/helix/rev2/rev2.h b/keyboards/helix/rev2/rev2.h
index a2a1fb746..f49299983 100644
--- a/keyboards/helix/rev2/rev2.h
+++ b/keyboards/helix/rev2/rev2.h
@@ -3,7 +3,6 @@
3 3
4#include "../helix.h" 4#include "../helix.h"
5 5
6//void promicro_bootloader_jmp(bool program);
7#include "quantum.h" 6#include "quantum.h"
8 7
9#ifdef RGBLIGHT_ENABLE 8#ifdef RGBLIGHT_ENABLE
@@ -19,9 +18,6 @@
19#endif 18#endif
20#endif 19#endif
21 20
22//void promicro_bootloader_jmp(bool program);
23
24
25#if HELIX_ROWS == 4 21#if HELIX_ROWS == 4
26#ifndef FLIP_HALF 22#ifndef FLIP_HALF
27// Standard Keymap 23// Standard Keymap