summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/bluetooth/bluetooth.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keychron/bluetooth/bluetooth.h')
-rwxr-xr-x[-rw-r--r--]keyboards/keychron/bluetooth/bluetooth.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/keyboards/keychron/bluetooth/bluetooth.h b/keyboards/keychron/bluetooth/bluetooth.h
index 99d406223d..0ef14e0d06 100644..100755
--- a/keyboards/keychron/bluetooth/bluetooth.h
+++ b/keyboards/keychron/bluetooth/bluetooth.h
@@ -32,11 +32,11 @@
/* Type of an enumeration of the possible BT state.*/
typedef enum {
BLUETOOTH_RESET,
- BLUETOOTH_INITIALIZED, // 1
- BLUETOOTH_DISCONNECTED, // 2
- BLUETOOTH_CONNECTED, // 3
- BLUETOOTH_PARING, // 4
- BLUETOOTH_RECONNECTING, // 5
+ BLUETOOTH_INITIALIZED, // 1
+ BLUETOOTH_DISCONNECTED, // 2
+ BLUETOOTH_CONNECTED, // 3
+ BLUETOOTH_PARING, // 4
+ BLUETOOTH_RECONNECTING, // 5
BLUETOOTH_SUSPEND
} bluetooth_state_t;
@@ -85,5 +85,3 @@ bluetooth_state_t bluetooth_get_state(void);
void bluetooth_low_battery_shutdown(void);
bool process_record_kb_bt(uint16_t keycode, keyrecord_t *record);
-
-