summaryrefslogtreecommitdiff
path: root/keyboards/dtisaac/dosa40rgb/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/dtisaac/dosa40rgb/keymaps/default/keymap.c')
-rw-r--r--keyboards/dtisaac/dosa40rgb/keymaps/default/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/dtisaac/dosa40rgb/keymaps/default/keymap.c b/keyboards/dtisaac/dosa40rgb/keymaps/default/keymap.c
index c9bde4bb8d..e25bd59708 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)
void sdep_send(const uint8_t *cmd, uint8_t len) {
- spi_start(AdafruitBleCSPin, false, 0, 2);
+ spi_start(ADAFRUIT_BLE_CS_PIN, false, 0, 2);
uint8_t cnt = 200;
bool ready = false;
@@ -88,7 +88,7 @@ void sdep_send(const uint8_t *cmd, uint8_t len) {
}
spi_stop();
wait_us(25);
- spi_start(AdafruitBleCSPin, false, 0, 2);
+ spi_start(ADAFRUIT_BLE_CS_PIN, false, 0, 2);
} while (cnt--);
if (ready) {