diff options
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/dtisaac/dosa40rgb/config.h | 5 | ||||
| -rw-r--r-- | keyboards/dtisaac/dosa40rgb/keymaps/default/keymap.c | 4 | ||||
| -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 | ||||
| -rw-r--r-- | keyboards/spaceman/pancake/rev1/feather/config.h | 4 | ||||
| -rw-r--r-- | keyboards/tokyokeyboard/alix40/config.h | 3 |
7 files changed, 2 insertions, 24 deletions
diff --git a/keyboards/dtisaac/dosa40rgb/config.h b/keyboards/dtisaac/dosa40rgb/config.h index 52891c4aa..0ed29bf94 100644 --- a/keyboards/dtisaac/dosa40rgb/config.h +++ b/keyboards/dtisaac/dosa40rgb/config.h | |||
| @@ -30,11 +30,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 30 | #define MATRIX_ROWS 4 | 30 | #define MATRIX_ROWS 4 |
| 31 | #define MATRIX_COLS 11 | 31 | #define MATRIX_COLS 11 |
| 32 | 32 | ||
| 33 | /* AdafruitBle Pin */ | ||
| 34 | #define AdafruitBleResetPin D4 | ||
| 35 | #define AdafruitBleCSPin B4 | ||
| 36 | #define AdafruitBleIRQPin E6 | ||
| 37 | |||
| 38 | /* | 33 | /* |
| 39 | * Keyboard Matrix Assignments | 34 | * Keyboard Matrix Assignments |
| 40 | * | 35 | * |
diff --git a/keyboards/dtisaac/dosa40rgb/keymaps/default/keymap.c b/keyboards/dtisaac/dosa40rgb/keymaps/default/keymap.c index c9bde4bb8..e25bd5970 100644 --- a/keyboards/dtisaac/dosa40rgb/keymaps/default/keymap.c +++ b/keyboards/dtisaac/dosa40rgb/keymaps/default/keymap.c | |||
| @@ -77,7 +77,7 @@ void rgb_matrix_indicators_user(void) | |||
| 77 | 77 | ||
| 78 | void sdep_send(const uint8_t *cmd, uint8_t len) { | 78 | void sdep_send(const uint8_t *cmd, uint8_t len) { |
| 79 | 79 | ||
| 80 | spi_start(AdafruitBleCSPin, false, 0, 2); | 80 | spi_start(ADAFRUIT_BLE_CS_PIN, false, 0, 2); |
| 81 | uint8_t cnt = 200; | 81 | uint8_t cnt = 200; |
| 82 | bool ready = false; | 82 | bool ready = false; |
| 83 | 83 | ||
| @@ -88,7 +88,7 @@ void sdep_send(const uint8_t *cmd, uint8_t len) { | |||
| 88 | } | 88 | } |
| 89 | spi_stop(); | 89 | spi_stop(); |
| 90 | wait_us(25); | 90 | wait_us(25); |
| 91 | spi_start(AdafruitBleCSPin, false, 0, 2); | 91 | spi_start(ADAFRUIT_BLE_CS_PIN, false, 0, 2); |
| 92 | } while (cnt--); | 92 | } while (cnt--); |
| 93 | 93 | ||
| 94 | if (ready) { | 94 | if (ready) { |
diff --git a/keyboards/handwired/dactyl_manuform/5x6_2_5/config.h b/keyboards/handwired/dactyl_manuform/5x6_2_5/config.h index 79ea625d9..cb147654b 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/>. | |||
| 34 | // // right half adafruit feather | 34 | // // right half adafruit feather |
| 35 | // #define MATRIX_COL_PINS { F1, F0, B1, B2, B3, D2 } | 35 | // #define MATRIX_COL_PINS { F1, F0, B1, B2, B3, D2 } |
| 36 | // #define MATRIX_ROW_PINS { D6, B7, B6, B5, D7, C6 } | 36 | // #define MATRIX_ROW_PINS { D6, B7, B6, B5, D7, C6 } |
| 37 | // #define AdafruitBleResetPin D4 | ||
| 38 | // #define AdafruitBleCSPin B4 | ||
| 39 | // #define AdafruitBleIRQPin E6 | ||
| 40 | 37 | ||
| 41 | #define DIODE_DIRECTION COL2ROW | 38 | #define DIODE_DIRECTION COL2ROW |
| 42 | 39 | ||
diff --git a/keyboards/handwired/prkl30/feather/config.h b/keyboards/handwired/prkl30/feather/config.h index 6a9bce38c..875b3d740 100644 --- a/keyboards/handwired/prkl30/feather/config.h +++ b/keyboards/handwired/prkl30/feather/config.h | |||
| @@ -35,9 +35,6 @@ | |||
| 35 | #define ENCODERS_PAD_A { F7 } | 35 | #define ENCODERS_PAD_A { F7 } |
| 36 | #define ENCODERS_PAD_B { F6 } | 36 | #define ENCODERS_PAD_B { F6 } |
| 37 | #define ENCODER_RESOLUTION 4 | 37 | #define ENCODER_RESOLUTION 4 |
| 38 | #define AdafruitBleResetPin D4 | ||
| 39 | #define AdafruitBleCSPin B4 | ||
| 40 | #define AdafruitBleIRQPin E6 | ||
| 41 | #define UNUSED_PINS | 38 | #define UNUSED_PINS |
| 42 | 39 | ||
| 43 | /* RGB Light Configuration */ | 40 | /* RGB Light Configuration */ |
diff --git a/keyboards/handwired/pterodactyl/config.h b/keyboards/handwired/pterodactyl/config.h index 9f5f1412b..044fa12f7 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/>. | |||
| 60 | 60 | ||
| 61 | /* Set 0 if debouncing isn't needed */ | 61 | /* Set 0 if debouncing isn't needed */ |
| 62 | #define DEBOUNCE 0 | 62 | #define DEBOUNCE 0 |
| 63 | |||
| 64 | #define AdafruitBleResetPin D4 | ||
| 65 | #define AdafruitBleCSPin B4 | ||
| 66 | #define AdafruitBleIRQPin E6 | ||
diff --git a/keyboards/spaceman/pancake/rev1/feather/config.h b/keyboards/spaceman/pancake/rev1/feather/config.h index e72b25f3d..cb80721e4 100644 --- a/keyboards/spaceman/pancake/rev1/feather/config.h +++ b/keyboards/spaceman/pancake/rev1/feather/config.h | |||
| @@ -21,8 +21,4 @@ | |||
| 21 | #define MATRIX_COL_PINS { C7, D6, B7, B6, F0, D2, D3, F1, F4, F5, F6, F7 } | 21 | #define MATRIX_COL_PINS { C7, D6, B7, B6, F0, D2, D3, F1, F4, F5, F6, F7 } |
| 22 | #define UNUSED_PINS | 22 | #define UNUSED_PINS |
| 23 | 23 | ||
| 24 | #define AdafruitBleResetPin D4 | ||
| 25 | #define AdafruitBleCSPin B4 | ||
| 26 | #define AdafruitBleIRQPin E6 | ||
| 27 | |||
| 28 | #define VIA_HAS_BROKEN_KEYCODES | 24 | #define VIA_HAS_BROKEN_KEYCODES |
diff --git a/keyboards/tokyokeyboard/alix40/config.h b/keyboards/tokyokeyboard/alix40/config.h index 113412e95..f4b4e6e5a 100644 --- a/keyboards/tokyokeyboard/alix40/config.h +++ b/keyboards/tokyokeyboard/alix40/config.h | |||
| @@ -65,9 +65,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 65 | #define QMK_ESC_INPUT D7 // usually ROW | 65 | #define QMK_ESC_INPUT D7 // usually ROW |
| 66 | 66 | ||
| 67 | /* Bluetooth */ | 67 | /* Bluetooth */ |
| 68 | #define AdafruitBleResetPin D4 | ||
| 69 | #define AdafruitBleCSPin B4 | ||
| 70 | #define AdafruitBleIRQPin E6 | ||
| 71 | #define BATTERY_LEVEL_PIN B6 | 68 | #define BATTERY_LEVEL_PIN B6 |
| 72 | 69 | ||
| 73 | #define VIA_HAS_BROKEN_KEYCODES | 70 | #define VIA_HAS_BROKEN_KEYCODES |
