- finished porting over configuration to json format leveraged a ton of crkbd code (layout, OLED) - built default keymap. Maybe I will submit a PR to add this to the tree - added my keymap - updated readme to their standard - default / my keymap successfully compiles. have not tested on a board
9 lines
201 B
C
9 lines
201 B
C
#pragma once
|
|
|
|
#define MASTER_LEFT
|
|
|
|
#if defined(OLED_ENABLE)
|
|
# if !defined(OLED_FONT_H)
|
|
# define OLED_FONT_H "keyboards/barbellboards/rollow/lib/glcdfont.c"
|
|
# endif //OLED_FONT_H
|
|
#endif //OLED_ENABLE
|