Move small macropad-ish layouts to data driven (#20341)
This commit is contained in:
@@ -19,15 +19,6 @@
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#define LAYOUT( \
|
||||
k00, k01, k02, \
|
||||
k10, k11, k12 \
|
||||
) \
|
||||
{ \
|
||||
{ k00, k01, k02 }, \
|
||||
{ k10, k11, k12 }, \
|
||||
}
|
||||
|
||||
void encoder_one_update(bool clockwise);
|
||||
|
||||
void encoder_two_update(bool clockwise);
|
||||
|
Reference in New Issue
Block a user