Move remaining LAYOUT
s to data driven (#20422)
This commit is contained in:
@@ -1,15 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
#include "quantum.h"
|
||||
|
||||
#if defined(KEYBOARD_lfkeyboards_lfk78_revb)
|
||||
# include QMK_KEYBOARD_H
|
||||
#elif defined(KEYBOARD_lfkeyboards_lfk78_revc)
|
||||
# include "revc.h"
|
||||
#elif defined(KEYBOARD_lfkeyboards_lfk78_revj)
|
||||
# include "revj.h"
|
||||
#endif
|
||||
|
||||
typedef struct RGB_Color {
|
||||
uint16_t red;
|
||||
uint16_t green;
|
||||
|
Reference in New Issue
Block a user