qmk_userspace/keyboards/barbellboards/rollow/config.h
Victor d78410eab8
Got Rollow to compile on local build environment
- 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
2024-04-09 22:47:38 -05:00

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