[Keyboard] Fix up SplitKB keyboards (#13511)
This commit is contained in:
parent
d908970522
commit
4bb595f94b
110 changed files with 1010 additions and 312 deletions
25
keyboards/splitkb/kyria/keymaps/gotham/oled_utils.h
Normal file
25
keyboards/splitkb/kyria/keymaps/gotham/oled_utils.h
Normal file
|
@ -0,0 +1,25 @@
|
|||
#pragma once
|
||||
|
||||
#include "keycodes.h"
|
||||
|
||||
#ifdef ENCODER_ENABLE
|
||||
# include "encoder_utils.h"
|
||||
#endif
|
||||
|
||||
#ifdef THUMBSTICK_ENABLE
|
||||
# include "thumbstick.h"
|
||||
#endif
|
||||
|
||||
void render_kyria_logo(void);
|
||||
|
||||
void render_layer(void);
|
||||
|
||||
#ifdef ENCODER_ENABLE
|
||||
void render_encoder(encoder_mode_t mode);
|
||||
#endif
|
||||
|
||||
#ifdef THUMBSTICK_ENABLE
|
||||
void render_thumbstick(thumbstick_mode_t mode);
|
||||
#endif
|
||||
|
||||
void render_status(void);
|
Loading…
Add table
Add a link
Reference in a new issue