mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-12 23:14:47 +00:00
10 lines
165 B
C
10 lines
165 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);
|