-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Description
extern BlueMicro_tone speaker;
endif
Line: 35
BlueMicro_BLE//firmware/keymap.h
Lines 32 to 42 in 60e8877
| #define BIRTHDAY MC(KC_Z) | |
| #ifdef ENABLE_AUDIO | |
| //todo re-install audio features as module | |
| //extern BlueMicro_tone speaker; | |
| #endif | |
| void setupKeymap(); | |
| extern std::array<std::array<Key, MATRIX_COLS>, MATRIX_ROWS> matrix; | |
| #define USER_MACRO_FUNCTION 0 |