summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/bluetooth/bluetooth.h
diff options
context:
space:
mode:
authorlalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com>2023-03-16 16:48:17 +0800
committerGitHub <noreply@github.com>2023-03-16 16:48:17 +0800
commit8ab6b59ccadf3b6d7a064b1b51f4a2aef073ad38 (patch)
tree94af982a3db9626b064431da6d8dcc332224b4fc /keyboards/keychron/bluetooth/bluetooth.h
parent77cbe1469a6a83ef00a5eaffce318a176bfacdd4 (diff)
parent0f35f0e2ed1343765422bc9abf4fe240768b4130 (diff)
Merge pull request #108 from lalalademaxiya1/bt_playground
Update Keychron K Pro series keyboards
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);
-
-