mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-06 07:34:18 -04:00
Normalise include statements in keyboard code (#11185)
This commit is contained in:
parent
41dbc52e52
commit
17f82d30a7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "string.h"
|
#include <string.h>
|
||||||
|
|
||||||
bool is_alt_tab_active = false;
|
bool is_alt_tab_active = false;
|
||||||
uint16_t alt_tab_timer = 0;
|
uint16_t alt_tab_timer = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue