diff options
author | Ryan <fauxpark@gmail.com> | 2021-10-09 02:15:20 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-08 16:15:20 +0100 |
commit | db41a3426c594fccac149b99b810e207cd069d65 (patch) | |
tree | 56237380cb3b3b83a4f9802d975a570843984f79 /keyboards/handwired | |
parent | 00fd4044334022b5bbace987f8ab94b72e9f49bc (diff) | |
download | qmk_firmware-db41a3426c594fccac149b99b810e207cd069d65.tar.gz qmk_firmware-db41a3426c594fccac149b99b810e207cd069d65.zip |
Improve Adafruit BLE configuration defines (#14749)
* Improve Adafruit BLE configuration defines
* Formatting
Diffstat (limited to 'keyboards/handwired')
-rw-r--r-- | keyboards/handwired/dactyl_manuform/5x6_2_5/config.h | 3 | ||||
-rw-r--r-- | keyboards/handwired/prkl30/feather/config.h | 3 | ||||
-rw-r--r-- | keyboards/handwired/pterodactyl/config.h | 4 |
3 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/handwired/dactyl_manuform/5x6_2_5/config.h b/keyboards/handwired/dactyl_manuform/5x6_2_5/config.h index 79ea625d9e..cb147654ba 100644 --- a/keyboards/handwired/dactyl_manuform/5x6_2_5/config.h +++ b/keyboards/handwired/dactyl_manuform/5x6_2_5/config.h @@ -34,9 +34,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // // right half adafruit feather // #define MATRIX_COL_PINS { F1, F0, B1, B2, B3, D2 } // #define MATRIX_ROW_PINS { D6, B7, B6, B5, D7, C6 } -// #define AdafruitBleResetPin D4 -// #define AdafruitBleCSPin B4 -// #define AdafruitBleIRQPin E6 #define DIODE_DIRECTION COL2ROW diff --git a/keyboards/handwired/prkl30/feather/config.h b/keyboards/handwired/prkl30/feather/config.h index 6a9bce38cd..875b3d7401 100644 --- a/keyboards/handwired/prkl30/feather/config.h +++ b/keyboards/handwired/prkl30/feather/config.h @@ -35,9 +35,6 @@ #define ENCODERS_PAD_A { F7 } #define ENCODERS_PAD_B { F6 } #define ENCODER_RESOLUTION 4 -#define AdafruitBleResetPin D4 -#define AdafruitBleCSPin B4 -#define AdafruitBleIRQPin E6 #define UNUSED_PINS /* RGB Light Configuration */ diff --git a/keyboards/handwired/pterodactyl/config.h b/keyboards/handwired/pterodactyl/config.h index 9f5f1412b8..044fa12f78 100644 --- a/keyboards/handwired/pterodactyl/config.h +++ b/keyboards/handwired/pterodactyl/config.h @@ -60,7 +60,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Set 0 if debouncing isn't needed */ #define DEBOUNCE 0 - -#define AdafruitBleResetPin D4 -#define AdafruitBleCSPin B4 -#define AdafruitBleIRQPin E6 |