This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
2019-08-30 15:01:52 -07:00

11 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);