~ruther/qmk_firmware

ref: 8bdbac14a36f8da5da3175006cff5eb3a3d60c1d qmk_firmware/quantum/split_common/split_util.h -rw-r--r-- 166 bytes
8bdbac14 — roguepullrequest [Keymap] Roguepullrequest Planck layout update (#5640) 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);