aboutsummaryrefslogtreecommitdiff
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
parent4003d077cef42d7a3405250ea6417db3a3549e9e (diff)
downloadqmk_firmware-9bb4e63a1123861515c1196a624b4a0f04129601.tar.gz
qmk_firmware-9bb4e63a1123861515c1196a624b4a0f04129601.zip
Remove old promicro_bootloader_jmp() declarations (#6444)
-rw-r--r--keyboards/adkb96/rev1/rev1.h5
-rw-r--r--keyboards/atreus62/atreus62.h2
-rw-r--r--keyboards/claw44/rev1/rev1.h2
-rw-r--r--keyboards/crkbd/rev1/rev1.h2
-rw-r--r--keyboards/deltasplit75/v2/v2.h4
-rw-r--r--keyboards/divergetm2/divergetm2.h4
-rw-r--r--keyboards/eco/rev1/rev1.h3
-rw-r--r--keyboards/eco/rev2/rev2.h3
-rw-r--r--keyboards/ergo42/rev1/rev1.h4
-rw-r--r--keyboards/ergodash/mini/mini.h4
-rw-r--r--keyboards/ergodash/rev1/rev1.h4
-rw-r--r--keyboards/ergotravel/rev1/rev1.h4
-rw-r--r--keyboards/fortitude60/rev1/rev1.h4
-rw-r--r--keyboards/handwired/dactyl_manuform/4x5/4x5.h4
-rw-r--r--keyboards/handwired/dactyl_manuform/dactyl_manuform.h1
-rw-r--r--keyboards/handwired/xealous/rev1/rev1.h2
-rw-r--r--keyboards/helix/pico/pico.h4
-rw-r--r--keyboards/helix/rev1/rev1.h5
-rw-r--r--keyboards/helix/rev2/rev2.h4
-rw-r--r--keyboards/keebio/iris/rev1/rev1.h4
-rw-r--r--keyboards/keebio/iris/rev1_led/rev1_led.h4
-rw-r--r--keyboards/keebio/iris/rev2/rev2.h4
-rw-r--r--keyboards/keebio/levinson/rev1/rev1.h4
-rw-r--r--keyboards/keebio/levinson/rev2/rev2.h4
-rw-r--r--keyboards/keebio/levinson/rev3/rev3.h2
-rw-r--r--keyboards/keebio/nyquist/rev1/rev1.h4
-rw-r--r--keyboards/keebio/nyquist/rev2/rev2.h4
-rw-r--r--keyboards/keebio/rorschach/rev1/rev1.h4
-rw-r--r--keyboards/keebio/viterbi/rev1/rev1.h3
-rw-r--r--keyboards/launchpad/rev1/rev1.h5
-rw-r--r--keyboards/lets_split/rev1/rev1.h3
-rw-r--r--keyboards/lets_split/rev2/rev2.h4
-rw-r--r--keyboards/lets_split/sockets/sockets.h4
-rw-r--r--keyboards/lily58/rev1/rev1.h5
-rw-r--r--keyboards/minidox/rev1/rev1.h3
-rw-r--r--keyboards/naked48/rev1/rev1.h3
-rw-r--r--keyboards/orthodox/rev1/rev1.h3
-rw-r--r--keyboards/orthodox/rev3/rev3.h3
-rw-r--r--keyboards/orthodox/rev3_teensy/rev3_teensy.h3
-rw-r--r--keyboards/pinky/3/3.h3
-rw-r--r--keyboards/pinky/4/4.h3
-rw-r--r--keyboards/rgbkb/zen/rev1/rev1.h4
-rw-r--r--keyboards/rgbkb/zen/rev2/rev2.h4
-rw-r--r--keyboards/treadstone48/rev1/rev1.h1
-rw-r--r--keyboards/vitamins_included/rev1/rev1.h3
-rw-r--r--keyboards/yosino58/rev1/rev1.h2
-rw-r--r--keyboards/zinc/rev1/rev1.h5
-rw-r--r--keyboards/zinc/reva/reva.h5
48 files changed, 3 insertions, 165 deletions
diff --git a/keyboards/adkb96/rev1/rev1.h b/keyboards/adkb96/rev1/rev1.h
index 0ec70c5d5..4c4c7bae3 100644
--- a/keyboards/adkb96/rev1/rev1.h
+++ b/keyboards/adkb96/rev1/rev1.h
@@ -2,8 +2,6 @@
2 2
3#include "adkb96.h" 3#include "adkb96.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6
7#ifdef USE_I2C 5#ifdef USE_I2C
8#include <stddef.h> 6#include <stddef.h>
9#ifdef __AVR__ 7#ifdef __AVR__
@@ -12,9 +10,6 @@
12#endif 10#endif
13#endif 11#endif
14 12
15//void promicro_bootloader_jmp(bool program);
16
17
18// Keymap with right side flipped 13// Keymap with right side flipped
19// (TRRS jack on both halves are to the right) 14// (TRRS jack on both halves are to the right)
20#define LAYOUT_ortho_6x16( \ 15#define LAYOUT_ortho_6x16( \
diff --git a/keyboards/atreus62/atreus62.h b/keyboards/atreus62/atreus62.h
index 4bf7dabc7..de6f64063 100644
--- a/keyboards/atreus62/atreus62.h
+++ b/keyboards/atreus62/atreus62.h
@@ -3,8 +3,6 @@
3 3
4#include "quantum.h" 4#include "quantum.h"
5 5
6void promicro_bootloader_jmp(bool program);
7
8// This a shortcut to help you visually see your layout. 6// This a shortcut to help you visually see your layout.
9// The first section contains all of the arguements 7// The first section contains all of the arguements
10// The second converts the arguments into a two-dimensional array 8// The second converts the arguments into a two-dimensional array
diff --git a/keyboards/claw44/rev1/rev1.h b/keyboards/claw44/rev1/rev1.h
index f7ec2cbfe..c6c9057fd 100644
--- a/keyboards/claw44/rev1/rev1.h
+++ b/keyboards/claw44/rev1/rev1.h
@@ -2,7 +2,6 @@
2 2
3#include "../claw44.h" 3#include "../claw44.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8#ifdef RGBLIGHT_ENABLE 7#ifdef RGBLIGHT_ENABLE
@@ -18,7 +17,6 @@
18#endif 17#endif
19#endif 18#endif
20 19
21//void promicro_bootloader_jmp(bool program);
22#define LAYOUT( \ 20#define LAYOUT( \
23 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \ 21 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
24 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \ 22 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \
diff --git a/keyboards/crkbd/rev1/rev1.h b/keyboards/crkbd/rev1/rev1.h
index 9023248e2..5e90de72a 100644
--- a/keyboards/crkbd/rev1/rev1.h
+++ b/keyboards/crkbd/rev1/rev1.h
@@ -2,7 +2,6 @@
2 2
3#include "crkbd.h" 3#include "crkbd.h"
4 4
5// void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8#ifdef PROTOCOL_LUFA 7#ifdef PROTOCOL_LUFA
@@ -23,7 +22,6 @@
23#endif 22#endif
24 23
25// clang-format off 24// clang-format off
26//void promicro_bootloader_jmp(bool program);
27#define LAYOUT( \ 25#define LAYOUT( \
28 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \ 26 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
29 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \ 27 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \
diff --git a/keyboards/deltasplit75/v2/v2.h b/keyboards/deltasplit75/v2/v2.h
index 9e364f38a..82f54c2b0 100644
--- a/keyboards/deltasplit75/v2/v2.h
+++ b/keyboards/deltasplit75/v2/v2.h
@@ -3,10 +3,8 @@
3 3
4#include "deltasplit75.h" 4#include "deltasplit75.h"
5 5
6//void promicro_bootloader_jmp(bool program);
7#include "quantum.h" 6#include "quantum.h"
8 7
9//void promicro_bootloader_jmp(bool program);
10//matrix is defined in a weird way here; the layout on both sides are asymmetrical, but the "matrix" is symmetrical but with empty gaps 8//matrix is defined in a weird way here; the layout on both sides are asymmetrical, but the "matrix" is symmetrical but with empty gaps
11//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 9//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
12#define LAYOUT_v2( \ 10#define LAYOUT_v2( \
@@ -59,4 +57,4 @@
59 { KC_NO, KC_NO, K132, K133, K134, K135, K136, K137} \ 57 { KC_NO, KC_NO, K132, K133, K134, K135, K136, K137} \
60 } 58 }
61 59
62#endif \ No newline at end of file 60#endif
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)
diff --git a/keyboards/eco/rev1/rev1.h b/keyboards/eco/rev1/rev1.h
index ba00615d3..132760fbe 100644
--- a/keyboards/eco/rev1/rev1.h
+++ b/keyboards/eco/rev1/rev1.h
@@ -3,11 +3,8 @@
3 3
4#include "../eco.h" 4#include "../eco.h"
5 5
6//void promicro_bootloader_jmp(bool program);
7#include "quantum.h" 6#include "quantum.h"
8 7
9//void promicro_bootloader_jmp(bool program);
10
11#define LAYOUT( \ 8#define LAYOUT( \
12 k01, k02, k03, k04, k05, k06, k07, k08, k09, k010, k011, k012, k013, k014, \ 9 k01, k02, k03, k04, k05, k06, k07, k08, k09, k010, k011, k012, k013, k014, \
13 k11, k12, k13, k14, k15, k16, k17, k18, k19, k110, k111, k112, k113, k114, \ 10 k11, k12, k13, k14, k15, k16, k17, k18, k19, k110, k111, k112, k113, k114, \
diff --git a/keyboards/eco/rev2/rev2.h b/keyboards/eco/rev2/rev2.h
index adc2c6d40..881bcc77b 100644
--- a/keyboards/eco/rev2/rev2.h
+++ b/keyboards/eco/rev2/rev2.h
@@ -3,11 +3,8 @@
3 3
4#include "../eco.h" 4#include "../eco.h"
5 5
6//void promicro_bootloader_jmp(bool program);
7#include "quantum.h" 6#include "quantum.h"
8 7
9//void promicro_bootloader_jmp(bool program);
10
11#define LAYOUT( \ 8#define LAYOUT( \
12 k01, k02, k03, k04, k05, k06, k07, k08, k09, k010, k011, k012, k013, k014, \ 9 k01, k02, k03, k04, k05, k06, k07, k08, k09, k010, k011, k012, k013, k014, \
13 k11, k12, k13, k14, k15, k16, k17, k18, k19, k110, k111, k112, k113, k114, \ 10 k11, k12, k13, k14, k15, k16, k17, k18, k19, k110, k111, k112, k113, k114, \
diff --git a/keyboards/ergo42/rev1/rev1.h b/keyboards/ergo42/rev1/rev1.h
index 64773c911..724ec3897 100644
--- a/keyboards/ergo42/rev1/rev1.h
+++ b/keyboards/ergo42/rev1/rev1.h
@@ -3,10 +3,8 @@
3 3
4#include "ergo42.h" 4#include "ergo42.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,8 +13,6 @@
15#endif 13#endif
16#endif 14#endif
17 15
18//void promicro_bootloader_jmp(bool program);
19
20#ifndef FLIP_HALF 16#ifndef FLIP_HALF
21// Standard Keymap 17// Standard Keymap
22// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left) 18// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left)
diff --git a/keyboards/ergodash/mini/mini.h b/keyboards/ergodash/mini/mini.h
index 74e574170..d565c6168 100644
--- a/keyboards/ergodash/mini/mini.h
+++ b/keyboards/ergodash/mini/mini.h
@@ -3,10 +3,8 @@
3 3
4#include "ergodash.h" 4#include "ergodash.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,8 +13,6 @@
15#endif 13#endif
16#endif 14#endif
17 15
18//void promicro_bootloader_jmp(bool program);
19
20#ifndef FLIP_HALF 16#ifndef FLIP_HALF
21// Standard Keymap 17// Standard Keymap
22// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left) 18// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left)
diff --git a/keyboards/ergodash/rev1/rev1.h b/keyboards/ergodash/rev1/rev1.h
index f494a3558..eaabf7cc5 100644
--- a/keyboards/ergodash/rev1/rev1.h
+++ b/keyboards/ergodash/rev1/rev1.h
@@ -3,10 +3,8 @@
3 3
4#include "ergodash.h" 4#include "ergodash.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,8 +13,6 @@
15#endif 13#endif
16#endif 14#endif
17 15
18//void promicro_bootloader_jmp(bool program);
19
20#ifndef FLIP_HALF 16#ifndef FLIP_HALF
21// Standard Keymap 17// Standard Keymap
22// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left) 18// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left)
diff --git a/keyboards/ergotravel/rev1/rev1.h b/keyboards/ergotravel/rev1/rev1.h
index c4599fc01..5907617ef 100644
--- a/keyboards/ergotravel/rev1/rev1.h
+++ b/keyboards/ergotravel/rev1/rev1.h
@@ -3,10 +3,8 @@
3 3
4#include "ergotravel.h" 4#include "ergotravel.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,8 +13,6 @@
15#endif 13#endif
16#endif 14#endif
17 15
18//void promicro_bootloader_jmp(bool program);
19
20#define LAYOUT( \ 16#define LAYOUT( \
21 L00, L01, L02, L03, L04, L05, L06, R00, R01, R02, R03, R04, R05, R06, \ 17 L00, L01, L02, L03, L04, L05, L06, R00, R01, R02, R03, R04, R05, R06, \
22 L10, L11, L12, L13, L14, L15, L16, R10, R11, R12, R13, R14, R15, R16, \ 18 L10, L11, L12, L13, L14, L15, L16, R10, R11, R12, R13, R14, R15, R16, \
diff --git a/keyboards/fortitude60/rev1/rev1.h b/keyboards/fortitude60/rev1/rev1.h
index 5b35720bc..bb133b3d8 100644
--- a/keyboards/fortitude60/rev1/rev1.h
+++ b/keyboards/fortitude60/rev1/rev1.h
@@ -3,10 +3,8 @@
3 3
4#include "fortitude60.h" 4#include "fortitude60.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,8 +13,6 @@
15#endif 13#endif
16#endif 14#endif
17 15
18//void promicro_bootloader_jmp(bool program);
19
20// Standard Keymap 16// Standard Keymap
21// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left) 17// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left)
22#define LAYOUT( \ 18#define LAYOUT( \
diff --git a/keyboards/handwired/dactyl_manuform/4x5/4x5.h b/keyboards/handwired/dactyl_manuform/4x5/4x5.h
index b34d97adb..a70f52f3e 100644
--- a/keyboards/handwired/dactyl_manuform/4x5/4x5.h
+++ b/keyboards/handwired/dactyl_manuform/4x5/4x5.h
@@ -2,10 +2,8 @@
2 2
3#include "dactyl_manuform.h" 3#include "dactyl_manuform.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8
9#ifdef USE_I2C 7#ifdef USE_I2C
10#include <stddef.h> 8#include <stddef.h>
11#ifdef __AVR__ 9#ifdef __AVR__
@@ -14,8 +12,6 @@
14#endif 12#endif
15#endif 13#endif
16 14
17//void promicro_bootloader_jmp(bool program);
18
19#ifndef FLIP_HALF 15#ifndef FLIP_HALF
20#define LAYOUT( \ 16#define LAYOUT( \
21 L00, L01, L02, L03, L04, R00, R01, R02, R03, R04, \ 17 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 72f2acaab..d8f27f729 100644
--- a/keyboards/handwired/dactyl_manuform/dactyl_manuform.h
+++ b/keyboards/handwired/dactyl_manuform/dactyl_manuform.h
@@ -14,7 +14,6 @@
14 #include "62key.h" 14 #include "62key.h"
15#endif 15#endif
16 16
17//void promicro_bootloader_jmp(bool program);
18#include "quantum.h" 17#include "quantum.h"
19 18
20 19
diff --git a/keyboards/handwired/xealous/rev1/rev1.h b/keyboards/handwired/xealous/rev1/rev1.h
index d195af49d..0d8913b2e 100644
--- a/keyboards/handwired/xealous/rev1/rev1.h
+++ b/keyboards/handwired/xealous/rev1/rev1.h
@@ -1,10 +1,8 @@
1#ifndef REV1_H 1#ifndef REV1_H
2#define REV1_H 2#define REV1_H
3 3
4//void promicro_bootloader_jmp(bool program);
5#include "quantum.h" 4#include "quantum.h"
6 5
7//void promicro_bootloader_jmp(bool program);
8#define XXX KC_NO 6#define XXX KC_NO
9 7
10#define LAYOUT( \ 8#define LAYOUT( \
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
diff --git a/keyboards/keebio/iris/rev1/rev1.h b/keyboards/keebio/iris/rev1/rev1.h
index da5c9cdc0..19df105c2 100644
--- a/keyboards/keebio/iris/rev1/rev1.h
+++ b/keyboards/keebio/iris/rev1/rev1.h
@@ -2,10 +2,8 @@
2 2
3#include "iris.h" 3#include "iris.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8
9#ifdef USE_I2C 7#ifdef USE_I2C
10#include <stddef.h> 8#include <stddef.h>
11#ifdef __AVR__ 9#ifdef __AVR__
@@ -14,8 +12,6 @@
14#endif 12#endif
15#endif 13#endif
16 14
17//void promicro_bootloader_jmp(bool program);
18
19#define LAYOUT( \ 15#define LAYOUT( \
20 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \ 16 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
21 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \ 17 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \
diff --git a/keyboards/keebio/iris/rev1_led/rev1_led.h b/keyboards/keebio/iris/rev1_led/rev1_led.h
index da5c9cdc0..19df105c2 100644
--- a/keyboards/keebio/iris/rev1_led/rev1_led.h
+++ b/keyboards/keebio/iris/rev1_led/rev1_led.h
@@ -2,10 +2,8 @@
2 2
3#include "iris.h" 3#include "iris.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8
9#ifdef USE_I2C 7#ifdef USE_I2C
10#include <stddef.h> 8#include <stddef.h>
11#ifdef __AVR__ 9#ifdef __AVR__
@@ -14,8 +12,6 @@
14#endif 12#endif
15#endif 13#endif
16 14
17//void promicro_bootloader_jmp(bool program);
18
19#define LAYOUT( \ 15#define LAYOUT( \
20 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \ 16 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
21 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \ 17 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \
diff --git a/keyboards/keebio/iris/rev2/rev2.h b/keyboards/keebio/iris/rev2/rev2.h
index da5c9cdc0..19df105c2 100644
--- a/keyboards/keebio/iris/rev2/rev2.h
+++ b/keyboards/keebio/iris/rev2/rev2.h
@@ -2,10 +2,8 @@
2 2
3#include "iris.h" 3#include "iris.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8
9#ifdef USE_I2C 7#ifdef USE_I2C
10#include <stddef.h> 8#include <stddef.h>
11#ifdef __AVR__ 9#ifdef __AVR__
@@ -14,8 +12,6 @@
14#endif 12#endif
15#endif 13#endif
16 14
17//void promicro_bootloader_jmp(bool program);
18
19#define LAYOUT( \ 15#define LAYOUT( \
20 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \ 16 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
21 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \ 17 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \
diff --git a/keyboards/keebio/levinson/rev1/rev1.h b/keyboards/keebio/levinson/rev1/rev1.h
index 2120bb0fa..1c555b677 100644
--- a/keyboards/keebio/levinson/rev1/rev1.h
+++ b/keyboards/keebio/levinson/rev1/rev1.h
@@ -2,10 +2,8 @@
2 2
3#include "levinson.h" 3#include "levinson.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8
9#ifdef USE_I2C 7#ifdef USE_I2C
10#include <stddef.h> 8#include <stddef.h>
11#ifdef __AVR__ 9#ifdef __AVR__
@@ -14,8 +12,6 @@
14#endif 12#endif
15#endif 13#endif
16 14
17//void promicro_bootloader_jmp(bool program);
18
19#ifndef FLIP_HALF 15#ifndef FLIP_HALF
20// Standard Keymap 16// Standard Keymap
21// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left) 17// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left)
diff --git a/keyboards/keebio/levinson/rev2/rev2.h b/keyboards/keebio/levinson/rev2/rev2.h
index 2120bb0fa..1c555b677 100644
--- a/keyboards/keebio/levinson/rev2/rev2.h
+++ b/keyboards/keebio/levinson/rev2/rev2.h
@@ -2,10 +2,8 @@
2 2
3#include "levinson.h" 3#include "levinson.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8
9#ifdef USE_I2C 7#ifdef USE_I2C
10#include <stddef.h> 8#include <stddef.h>
11#ifdef __AVR__ 9#ifdef __AVR__
@@ -14,8 +12,6 @@
14#endif 12#endif
15#endif 13#endif
16 14
17//void promicro_bootloader_jmp(bool program);
18
19#ifndef FLIP_HALF 15#ifndef FLIP_HALF
20// Standard Keymap 16// Standard Keymap
21// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left) 17// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left)
diff --git a/keyboards/keebio/levinson/rev3/rev3.h b/keyboards/keebio/levinson/rev3/rev3.h
index a31bfd15c..da7349d2e 100644
--- a/keyboards/keebio/levinson/rev3/rev3.h
+++ b/keyboards/keebio/levinson/rev3/rev3.h
@@ -2,10 +2,8 @@
2 2
3#include "levinson.h" 3#include "levinson.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8
9#ifdef USE_I2C 7#ifdef USE_I2C
10#include <stddef.h> 8#include <stddef.h>
11#ifdef __AVR__ 9#ifdef __AVR__
diff --git a/keyboards/keebio/nyquist/rev1/rev1.h b/keyboards/keebio/nyquist/rev1/rev1.h
index 6d3a23383..20f53b3b4 100644
--- a/keyboards/keebio/nyquist/rev1/rev1.h
+++ b/keyboards/keebio/nyquist/rev1/rev1.h
@@ -2,10 +2,8 @@
2 2
3#include "nyquist.h" 3#include "nyquist.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8
9#ifdef USE_I2C 7#ifdef USE_I2C
10#include <stddef.h> 8#include <stddef.h>
11#ifdef __AVR__ 9#ifdef __AVR__
@@ -14,8 +12,6 @@
14#endif 12#endif
15#endif 13#endif
16 14
17//void promicro_bootloader_jmp(bool program);
18
19#ifndef FLIP_HALF 15#ifndef FLIP_HALF
20// Standard Keymap 16// Standard Keymap
21// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left) 17// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left)
diff --git a/keyboards/keebio/nyquist/rev2/rev2.h b/keyboards/keebio/nyquist/rev2/rev2.h
index 6d3a23383..20f53b3b4 100644
--- a/keyboards/keebio/nyquist/rev2/rev2.h
+++ b/keyboards/keebio/nyquist/rev2/rev2.h
@@ -2,10 +2,8 @@
2 2
3#include "nyquist.h" 3#include "nyquist.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8
9#ifdef USE_I2C 7#ifdef USE_I2C
10#include <stddef.h> 8#include <stddef.h>
11#ifdef __AVR__ 9#ifdef __AVR__
@@ -14,8 +12,6 @@
14#endif 12#endif
15#endif 13#endif
16 14
17//void promicro_bootloader_jmp(bool program);
18
19#ifndef FLIP_HALF 15#ifndef FLIP_HALF
20// Standard Keymap 16// Standard Keymap
21// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left) 17// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left)
diff --git a/keyboards/keebio/rorschach/rev1/rev1.h b/keyboards/keebio/rorschach/rev1/rev1.h
index 583f0efc4..278bf8186 100644
--- a/keyboards/keebio/rorschach/rev1/rev1.h
+++ b/keyboards/keebio/rorschach/rev1/rev1.h
@@ -2,10 +2,8 @@
2 2
3#include "rorschach.h" 3#include "rorschach.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8
9#ifdef USE_I2C 7#ifdef USE_I2C
10#include <stddef.h> 8#include <stddef.h>
11#ifdef __AVR__ 9#ifdef __AVR__
@@ -14,8 +12,6 @@
14#endif 12#endif
15#endif 13#endif
16 14
17//void promicro_bootloader_jmp(bool program);
18
19#define LAYOUT( \ 15#define LAYOUT( \
20 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \ 16 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
21 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \ 17 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \
diff --git a/keyboards/keebio/viterbi/rev1/rev1.h b/keyboards/keebio/viterbi/rev1/rev1.h
index f31373f02..88a3200f6 100644
--- a/keyboards/keebio/viterbi/rev1/rev1.h
+++ b/keyboards/keebio/viterbi/rev1/rev1.h
@@ -3,7 +3,6 @@
3#include "viterbi.h" 3#include "viterbi.h"
4#include "quantum.h" 4#include "quantum.h"
5 5
6
7#ifdef USE_I2C 6#ifdef USE_I2C
8#include <stddef.h> 7#include <stddef.h>
9#ifdef __AVR__ 8#ifdef __AVR__
@@ -12,8 +11,6 @@
12#endif 11#endif
13#endif 12#endif
14 13
15//void promicro_bootloader_jmp(bool program);
16
17#ifndef FLIP_HALF 14#ifndef FLIP_HALF
18// Standard Keymap 15// Standard Keymap
19// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left) 16// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left)
diff --git a/keyboards/launchpad/rev1/rev1.h b/keyboards/launchpad/rev1/rev1.h
index fd692cad1..6644db830 100644
--- a/keyboards/launchpad/rev1/rev1.h
+++ b/keyboards/launchpad/rev1/rev1.h
@@ -3,11 +3,8 @@
3 3
4#include "../launchpad.h" 4#include "../launchpad.h"
5 5
6//void promicro_bootloader_jmp(bool program);
7#include "quantum.h" 6#include "quantum.h"
8 7
9//void promicro_bootloader_jmp(bool program);
10
11#define LAYOUT( \ 8#define LAYOUT( \
12 K00, K01, \ 9 K00, K01, \
13 K10, K11, \ 10 K10, K11, \
@@ -21,4 +18,4 @@
21 { K30, K31 } \ 18 { K30, K31 } \
22 } 19 }
23 20
24#endif \ No newline at end of file 21#endif
diff --git a/keyboards/lets_split/rev1/rev1.h b/keyboards/lets_split/rev1/rev1.h
index a43d4a25b..6a65954f2 100644
--- a/keyboards/lets_split/rev1/rev1.h
+++ b/keyboards/lets_split/rev1/rev1.h
@@ -2,11 +2,8 @@
2 2
3#include "lets_split.h" 3#include "lets_split.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8//void promicro_bootloader_jmp(bool program);
9
10#define LAYOUT( \ 7#define LAYOUT( \
11 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \ 8 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
12 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \ 9 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \
diff --git a/keyboards/lets_split/rev2/rev2.h b/keyboards/lets_split/rev2/rev2.h
index 34e64e89f..a1a3f00a0 100644
--- a/keyboards/lets_split/rev2/rev2.h
+++ b/keyboards/lets_split/rev2/rev2.h
@@ -2,10 +2,8 @@
2 2
3#include "lets_split.h" 3#include "lets_split.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8
9#ifdef USE_I2C 7#ifdef USE_I2C
10#include <stddef.h> 8#include <stddef.h>
11#ifdef __AVR__ 9#ifdef __AVR__
@@ -14,8 +12,6 @@
14#endif 12#endif
15#endif 13#endif
16 14
17//void promicro_bootloader_jmp(bool program);
18
19#ifndef FLIP_HALF 15#ifndef FLIP_HALF
20// Standard Keymap 16// Standard Keymap
21// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left) 17// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left)
diff --git a/keyboards/lets_split/sockets/sockets.h b/keyboards/lets_split/sockets/sockets.h
index a79770bac..0ee93c020 100644
--- a/keyboards/lets_split/sockets/sockets.h
+++ b/keyboards/lets_split/sockets/sockets.h
@@ -3,10 +3,8 @@
3 3
4#include "lets_split.h" 4#include "lets_split.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,8 +13,6 @@
15#endif 13#endif
16#endif 14#endif
17 15
18//void promicro_bootloader_jmp(bool program);
19
20#ifndef FLIP_HALF 16#ifndef FLIP_HALF
21// Standard Keymap 17// Standard Keymap
22// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left) 18// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left)
diff --git a/keyboards/lily58/rev1/rev1.h b/keyboards/lily58/rev1/rev1.h
index 4949bf537..aa9f5727c 100644
--- a/keyboards/lily58/rev1/rev1.h
+++ b/keyboards/lily58/rev1/rev1.h
@@ -2,7 +2,6 @@
2 2
3#include "lily58.h" 3#include "lily58.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8#ifdef RGBLIGHT_ENABLE 7#ifdef RGBLIGHT_ENABLE
@@ -18,8 +17,6 @@
18#endif 17#endif
19#endif 18#endif
20 19
21
22//void promicro_bootloader_jmp(bool program);
23#ifndef FLIP_HALF 20#ifndef FLIP_HALF
24#define LAYOUT( \ 21#define LAYOUT( \
25 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \ 22 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
@@ -62,4 +59,4 @@
62 { R30, R31, R32, R33, R34, R35 }, \ 59 { R30, R31, R32, R33, R34, R35 }, \
63 { KC_NO, R41, R42, R43, R44, R45 } \ 60 { KC_NO, R41, R42, R43, R44, R45 } \
64 } 61 }
65#endif \ No newline at end of file 62#endif
diff --git a/keyboards/minidox/rev1/rev1.h b/keyboards/minidox/rev1/rev1.h
index 99c579d6e..5d32b05d4 100644
--- a/keyboards/minidox/rev1/rev1.h
+++ b/keyboards/minidox/rev1/rev1.h
@@ -3,11 +3,8 @@
3 3
4#include "../minidox.h" 4#include "../minidox.h"
5 5
6//void promicro_bootloader_jmp(bool program);
7#include "quantum.h" 6#include "quantum.h"
8 7
9//void promicro_bootloader_jmp(bool program);
10
11// readability 8// readability
12#define ___ KC_NO 9#define ___ KC_NO
13 10
diff --git a/keyboards/naked48/rev1/rev1.h b/keyboards/naked48/rev1/rev1.h
index 45878dc50..914459a8a 100644
--- a/keyboards/naked48/rev1/rev1.h
+++ b/keyboards/naked48/rev1/rev1.h
@@ -2,7 +2,6 @@
2 2
3#include "naked48.h" 3#include "naked48.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8#ifdef RGBLIGHT_ENABLE 7#ifdef RGBLIGHT_ENABLE
@@ -10,8 +9,6 @@
10#include "ws2812.h" 9#include "ws2812.h"
11#endif 10#endif
12 11
13//void promicro_bootloader_jmp(bool program);
14
15////////////////////////////////////////////////////////////////////////////// 12//////////////////////////////////////////////////////////////////////////////
16// When only use Naked48. 13// When only use Naked48.
17////////////////////////////////////////////////////////////////////////////// 14//////////////////////////////////////////////////////////////////////////////
diff --git a/keyboards/orthodox/rev1/rev1.h b/keyboards/orthodox/rev1/rev1.h
index 783dfb34b..d9d0b78df 100644
--- a/keyboards/orthodox/rev1/rev1.h
+++ b/keyboards/orthodox/rev1/rev1.h
@@ -23,11 +23,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
23 23
24#include "orthodox.h" 24#include "orthodox.h"
25 25
26//void promicro_bootloader_jmp(bool program);
27#include "quantum.h" 26#include "quantum.h"
28 27
29//void promicro_bootloader_jmp(bool program);
30
31#define LAYOUT( \ 28#define LAYOUT( \
32 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \ 29 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
33 L10, L11, L12, L13, L14, L15, L16, L18, R10, R12, R13, R14, R15, R16, R17, R18, \ 30 L10, L11, L12, L13, L14, L15, L16, L18, R10, R12, R13, R14, R15, R16, R17, R18, \
diff --git a/keyboards/orthodox/rev3/rev3.h b/keyboards/orthodox/rev3/rev3.h
index 783dfb34b..d9d0b78df 100644
--- a/keyboards/orthodox/rev3/rev3.h
+++ b/keyboards/orthodox/rev3/rev3.h
@@ -23,11 +23,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
23 23
24#include "orthodox.h" 24#include "orthodox.h"
25 25
26//void promicro_bootloader_jmp(bool program);
27#include "quantum.h" 26#include "quantum.h"
28 27
29//void promicro_bootloader_jmp(bool program);
30
31#define LAYOUT( \ 28#define LAYOUT( \
32 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \ 29 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
33 L10, L11, L12, L13, L14, L15, L16, L18, R10, R12, R13, R14, R15, R16, R17, R18, \ 30 L10, L11, L12, L13, L14, L15, L16, L18, R10, R12, R13, R14, R15, R16, R17, R18, \
diff --git a/keyboards/orthodox/rev3_teensy/rev3_teensy.h b/keyboards/orthodox/rev3_teensy/rev3_teensy.h
index 783dfb34b..d9d0b78df 100644
--- a/keyboards/orthodox/rev3_teensy/rev3_teensy.h
+++ b/keyboards/orthodox/rev3_teensy/rev3_teensy.h
@@ -23,11 +23,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
23 23
24#include "orthodox.h" 24#include "orthodox.h"
25 25
26//void promicro_bootloader_jmp(bool program);
27#include "quantum.h" 26#include "quantum.h"
28 27
29//void promicro_bootloader_jmp(bool program);
30
31#define LAYOUT( \ 28#define LAYOUT( \
32 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \ 29 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
33 L10, L11, L12, L13, L14, L15, L16, L18, R10, R12, R13, R14, R15, R16, R17, R18, \ 30 L10, L11, L12, L13, L14, L15, L16, L18, R10, R12, R13, R14, R15, R16, R17, R18, \
diff --git a/keyboards/pinky/3/3.h b/keyboards/pinky/3/3.h
index ca1109d26..8bd2d49fa 100644
--- a/keyboards/pinky/3/3.h
+++ b/keyboards/pinky/3/3.h
@@ -2,7 +2,6 @@
2 2
3#include "../pinky.h" 3#include "../pinky.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8#ifdef USE_I2C 7#ifdef USE_I2C
@@ -13,8 +12,6 @@
13#endif 12#endif
14#endif 13#endif
15 14
16//void promicro_bootloader_jmp(bool program);
17
18#define LAYOUT( \ 15#define LAYOUT( \
19 L00, L01, L02, L03, L04, L05, L06, R00, R01, R02, R03, R04, R05, R06, \ 16 L00, L01, L02, L03, L04, L05, L06, R00, R01, R02, R03, R04, R05, R06, \
20 L10, L11, L12, L13, L14, L15, L16, R10, R11, R12, R13, R14, R15, R16, \ 17 L10, L11, L12, L13, L14, L15, L16, R10, R11, R12, R13, R14, R15, R16, \
diff --git a/keyboards/pinky/4/4.h b/keyboards/pinky/4/4.h
index ad105ce7f..255094001 100644
--- a/keyboards/pinky/4/4.h
+++ b/keyboards/pinky/4/4.h
@@ -2,7 +2,6 @@
2 2
3#include "../pinky.h" 3#include "../pinky.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8#ifdef USE_I2C 7#ifdef USE_I2C
@@ -13,8 +12,6 @@
13#endif 12#endif
14#endif 13#endif
15 14
16//void promicro_bootloader_jmp(bool program);
17
18#define LAYOUT( \ 15#define LAYOUT( \
19 L00, L01, L02, L03, L04, L05, L06, R00, R01, R02, R03, R04, R05, R06, \ 16 L00, L01, L02, L03, L04, L05, L06, R00, R01, R02, R03, R04, R05, R06, \
20 L10, L11, L12, L13, L14, L15, L16, R10, R11, R12, R13, R14, R15, R16, \ 17 L10, L11, L12, L13, L14, L15, L16, R10, R11, R12, R13, R14, R15, R16, \
diff --git a/keyboards/rgbkb/zen/rev1/rev1.h b/keyboards/rgbkb/zen/rev1/rev1.h
index a12f2ea78..470a26a43 100644
--- a/keyboards/rgbkb/zen/rev1/rev1.h
+++ b/keyboards/rgbkb/zen/rev1/rev1.h
@@ -2,10 +2,8 @@
2 2
3#include "zen.h" 3#include "zen.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8
9#ifdef USE_I2C 7#ifdef USE_I2C
10#include <stddef.h> 8#include <stddef.h>
11#ifdef __AVR__ 9#ifdef __AVR__
@@ -14,8 +12,6 @@
14#endif 12#endif
15#endif 13#endif
16 14
17//void promicro_bootloader_jmp(bool program);
18
19#define LAYOUT( \ 15#define LAYOUT( \
20 k00, k01, k02, k03, k04, k05, k55, k54, k53, k52, k51, k50, \ 16 k00, k01, k02, k03, k04, k05, k55, k54, k53, k52, k51, k50, \
21 k10, k11, k12, k13, k14, k15, k65, k64, k63, k62, k61, k60, \ 17 k10, k11, k12, k13, k14, k15, k65, k64, k63, k62, k61, k60, \
diff --git a/keyboards/rgbkb/zen/rev2/rev2.h b/keyboards/rgbkb/zen/rev2/rev2.h
index 101622988..c545710ab 100644
--- a/keyboards/rgbkb/zen/rev2/rev2.h
+++ b/keyboards/rgbkb/zen/rev2/rev2.h
@@ -2,10 +2,8 @@
2 2
3#include "zen.h" 3#include "zen.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8
9#ifdef USE_I2C 7#ifdef USE_I2C
10#include <stddef.h> 8#include <stddef.h>
11#ifdef __AVR__ 9#ifdef __AVR__
@@ -14,8 +12,6 @@
14#endif 12#endif
15#endif 13#endif
16 14
17//void promicro_bootloader_jmp(bool program);
18
19#ifdef CONVERT_TO_PROTON_C 15#ifdef CONVERT_TO_PROTON_C
20 #define LAYOUT( \ 16 #define LAYOUT( \
21 k00, k01, k02, k03, k04, k05, k55, k54, k53, k52, k51, k50, \ 17 k00, k01, k02, k03, k04, k05, k55, k54, k53, k52, k51, k50, \
diff --git a/keyboards/treadstone48/rev1/rev1.h b/keyboards/treadstone48/rev1/rev1.h
index c6145398d..16ab2d716 100644
--- a/keyboards/treadstone48/rev1/rev1.h
+++ b/keyboards/treadstone48/rev1/rev1.h
@@ -3,7 +3,6 @@
3 3
4#include "../treadstone48.h" 4#include "../treadstone48.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
diff --git a/keyboards/vitamins_included/rev1/rev1.h b/keyboards/vitamins_included/rev1/rev1.h
index 743c341c3..aa5029034 100644
--- a/keyboards/vitamins_included/rev1/rev1.h
+++ b/keyboards/vitamins_included/rev1/rev1.h
@@ -5,7 +5,6 @@
5 5
6#include QMK_KEYBOARD_H 6#include QMK_KEYBOARD_H
7 7
8//void promicro_bootloader_jmp(bool program);
9#include "quantum.h" 8#include "quantum.h"
10 9
11 10
@@ -17,8 +16,6 @@
17#endif 16#endif
18#endif 17#endif
19 18
20//void promicro_bootloader_jmp(bool program);
21
22#define KEYMAP( \ 19#define KEYMAP( \
23 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \ 20 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
24 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \ 21 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \
diff --git a/keyboards/yosino58/rev1/rev1.h b/keyboards/yosino58/rev1/rev1.h
index 84d90737d..bc68892e8 100644
--- a/keyboards/yosino58/rev1/rev1.h
+++ b/keyboards/yosino58/rev1/rev1.h
@@ -2,7 +2,6 @@
2 2
3#include "../yosino58.h" 3#include "../yosino58.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8#ifdef RGBLIGHT_ENABLE 7#ifdef RGBLIGHT_ENABLE
@@ -18,7 +17,6 @@
18#endif 17#endif
19#endif 18#endif
20 19
21//void promicro_bootloader_jmp(bool program);
22#define LAYOUT( \ 20#define LAYOUT( \
23 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \ 21 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
24 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \ 22 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \
diff --git a/keyboards/zinc/rev1/rev1.h b/keyboards/zinc/rev1/rev1.h
index 933e635c2..aa1c408b0 100644
--- a/keyboards/zinc/rev1/rev1.h
+++ b/keyboards/zinc/rev1/rev1.h
@@ -2,7 +2,6 @@
2 2
3#include "../zinc.h" 3#include "../zinc.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8#ifdef RGBLIGHT_ENABLE 7#ifdef RGBLIGHT_ENABLE
@@ -18,10 +17,6 @@
18#endif 17#endif
19#endif 18#endif
20 19
21//void promicro_bootloader_jmp(bool program);
22
23
24
25// Standard Keymap 20// Standard Keymap
26// (TRRS jack on both halves are to the left side) 21// (TRRS jack on both halves are to the left side)
27#define LAYOUT( \ 22#define LAYOUT( \
diff --git a/keyboards/zinc/reva/reva.h b/keyboards/zinc/reva/reva.h
index 933e635c2..aa1c408b0 100644
--- a/keyboards/zinc/reva/reva.h
+++ b/keyboards/zinc/reva/reva.h
@@ -2,7 +2,6 @@
2 2
3#include "../zinc.h" 3#include "../zinc.h"
4 4
5//void promicro_bootloader_jmp(bool program);
6#include "quantum.h" 5#include "quantum.h"
7 6
8#ifdef RGBLIGHT_ENABLE 7#ifdef RGBLIGHT_ENABLE
@@ -18,10 +17,6 @@
18#endif 17#endif
19#endif 18#endif
20 19
21//void promicro_bootloader_jmp(bool program);
22
23
24
25// Standard Keymap 20// Standard Keymap
26// (TRRS jack on both halves are to the left side) 21// (TRRS jack on both halves are to the left side)
27#define LAYOUT( \ 22#define LAYOUT( \