Replies: 1 comment
-
posted in wrong place |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get the following function to be compiled in
bool process_record_user(uint16_t keycode, keyrecord_t *record)
but it seems the only way I found was to enable the OLED
OLED_ENABLE = yes
in the rules.mk file. I do not need/want the OLED enabled. Is there a way to get this functionality without enabling the OLED? My keyboard is crkbd (aka corne)
Beta Was this translation helpful? Give feedback.
All reactions