~ruther/qmk_firmware

ref: e26442fc2a105614b9a16a7b93678147f3e61aa7 qmk_firmware/keyboards/palette1202/lib/oled_helper.h -rw-r--r-- 113 bytes
e26442fc — Joel Challis redragon/k667: Remove 2 layer VIA restriction (#21889) 2 years ago
                                                                                
1
2
3
4
5
6
7
#pragma once
#ifdef OLED_ENABLE

void render_row(int row, const char* status);

#endif /* #ifdef OLED_ENABLE */