mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-28 03:26:51 +06:00
14 lines
273 B
C
14 lines
273 B
C
#pragma once
|
|
|
|
#undef PRODUCT
|
|
#define PRODUCT QMK BLE Adapter
|
|
|
|
// Turn off the mode leds on the BLE module
|
|
#define ADAFRUIT_BLE_ENABLE_MODE_LEDS 0
|
|
#define ADAFRUIT_BLE_ENABLE_POWER_LED 0
|
|
|
|
#define NO_ACTION_MACRO
|
|
#define NO_ACTION_FUNCTION
|
|
#define NO_ACTION_ONESHOT
|
|
|