aboutsummaryrefslogtreecommitdiff
path: root/keyboards/lily58/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/lily58/config.h')
-rw-r--r--keyboards/lily58/config.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/keyboards/lily58/config.h b/keyboards/lily58/config.h
index 50bf2beb3..0bdaa1f76 100644
--- a/keyboards/lily58/config.h
+++ b/keyboards/lily58/config.h
@@ -19,10 +19,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
19#pragma once 19#pragma once
20 20
21#include "config_common.h" 21#include "config_common.h"
22#include <serial_config.h>
23 22
24#define USE_I2C 23#ifndef SOFT_SERIAL_PIN
25#define USE_SERIAL 24#define SOFT_SERIAL_PIN D2
25#define SERIAL_USE_MULTI_TRANSACTION
26#endif
26 27
27#if !defined(NO_ACTION_MACRO) 28#if !defined(NO_ACTION_MACRO)
28 #define NO_ACTION_MACRO 29 #define NO_ACTION_MACRO
@@ -30,3 +31,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
30#if !defined(NO_ACTION_FUNCTION) 31#if !defined(NO_ACTION_FUNCTION)
31 #define NO_ACTION_FUNCTION 32 #define NO_ACTION_FUNCTION
32#endif 33#endif
34
35#define DIODE_DIRECTION COL2ROW
36
37// Use the lily version to get the Lily58 logo instead of the qmk logo
38#define OLED_FONT_H "lib/glcdfont_lily.c"