[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:
committed by
GitHub
parent
3099630a11
commit
5e86a11a8d
7
keyboards/nullbitsco/nibble/keymaps/oled_status/rules.mk
Normal file
7
keyboards/nullbitsco/nibble/keymaps/oled_status/rules.mk
Normal 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
|
||||
Reference in New Issue
Block a user