[keymap] Added new oled_status keymap to nullbitsco/nibble keyboard (#12824)

* Added new oled_status keymap to nullbitsco/nibble keyboard

* rm: Removed font from src imports
This commit is contained in:
Jose Luis Adelantado Torres
2021-06-24 11:24:11 +09:00
committed by GitHub
parent 3099630a11
commit 5e86a11a8d
7 changed files with 566 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
OLED_DRIVER_ENABLE = yes
WPM_ENABLE = yes
VIA_ENABLE = yes
ifeq ($(strip $(OLED_DRIVER_ENABLE)), yes)
SRC += oled_display.c
endif