diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-03-28 09:08:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-28 09:08:10 -0400 |
commit | ee6fbaaad8ccb9500698bacd529624eec219f941 (patch) | |
tree | a23a7f02ebccf3b145a741dd927ab77f09a32b2f /quantum/quantum_keycodes.h | |
parent | 7a9437a2e3a2597e8eef1ea293bfb3c394f588b9 (diff) | |
parent | 43eee52cba8db46e9f305a56ca6623428e28cc2e (diff) | |
download | firmware-ee6fbaaad8ccb9500698bacd529624eec219f941.tar.gz firmware-ee6fbaaad8ccb9500698bacd529624eec219f941.tar.bz2 firmware-ee6fbaaad8ccb9500698bacd529624eec219f941.zip |
Merge pull request #1177 from exiva/bluetooth_refactor
Refactor Bluetooth Handling
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 903d57f1e..78b02a0de 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -159,9 +159,6 @@ enum quantum_keycodes { #ifdef BLUETOOTH_ENABLE OUT_BT, #endif -#ifdef ADAFRUIT_BLE_ENABLE - OUT_BLE, -#endif // always leave at the end SAFE_RANGE |