aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ergodash
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/ergodash
parent4003d077cef42d7a3405250ea6417db3a3549e9e (diff)
downloadfirmware-9bb4e63a1123861515c1196a624b4a0f04129601.tar.gz
firmware-9bb4e63a1123861515c1196a624b4a0f04129601.tar.bz2
firmware-9bb4e63a1123861515c1196a624b4a0f04129601.zip
Remove old promicro_bootloader_jmp() declarations (#6444)
Diffstat (limited to 'keyboards/ergodash')
-rw-r--r--keyboards/ergodash/mini/mini.h4
-rw-r--r--keyboards/ergodash/rev1/rev1.h4
2 files changed, 0 insertions, 8 deletions
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 @@
#include "ergodash.h"
-//void promicro_bootloader_jmp(bool program);
#include "quantum.h"
-
#ifdef USE_I2C
#include <stddef.h>
#ifdef __AVR__
@@ -15,8 +13,6 @@
#endif
#endif
-//void promicro_bootloader_jmp(bool program);
-
#ifndef FLIP_HALF
// Standard Keymap
// (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 @@
#include "ergodash.h"
-//void promicro_bootloader_jmp(bool program);
#include "quantum.h"
-
#ifdef USE_I2C
#include <stddef.h>
#ifdef __AVR__
@@ -15,8 +13,6 @@
#endif
#endif
-//void promicro_bootloader_jmp(bool program);
-
#ifndef FLIP_HALF
// Standard Keymap
// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left)