mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
f6111d49bb
* Avoid race condition during matrix_init_quantum * spelling is hard
12 lines
220 B
C
12 lines
220 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
extern volatile bool isLeftHand;
|
|
|
|
void matrix_master_OLED_init(void);
|
|
void split_pre_init(void);
|
|
void split_post_init(void);
|