[Keymap] Drashna's OLED rewrite (#15981)
This commit is contained in:
@ -4,6 +4,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "drashna.h"
|
||||
#ifdef OLED_ENABLE
|
||||
# include "oled/oled_stuff.h"
|
||||
extern char keylog_str[OLED_KEYLOGGER_LENGTH];
|
||||
#endif
|
||||
|
||||
typedef union {
|
||||
uint32_t raw;
|
||||
|
Reference in New Issue
Block a user