~ruther/qmk_firmware

ref: 34239edcb043fe03f8e547ea94bac7b8ff07657c qmk_firmware/quantum/split_common/split_util.h -rw-r--r-- 166 bytes
34239edc — Florian Didron Set default debounce to 5 6 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>

extern volatile bool isLeftHand;

void matrix_master_OLED_init (void);