mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
7 lines
61 B
C
7 lines
61 B
C
|
#ifndef BLE_H
|
||
|
#define BLE_H
|
||
|
|
||
|
#include QMK_KEYBOARD_H
|
||
|
|
||
|
#endif
|