blob: d575112d3683c80846145ad7fa6267596be51bdc (
plain)
1
2
3
4
5
6
7
8
9
|
#pragma once
#include "quantum.h"
#define encoder_update(clockwise) encoder_update_user(uint8_t index, clockwise)
#if defined(KEYBOARD_planck_ez)
# include "ez.h"
#endif // Planck revisions
|