bf2ed0174b
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: luc wastiaux <luc.wastiaux@airpost.net> Co-authored-by: Luc W <lucw@airpost.net>
10 lines
278 B
Makefile
10 lines
278 B
Makefile
# Copyright 2022 LucW (@luc-languagetools)
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
|
|
# RGB_MATRIX_ENABLE = no
|
|
OLED_ENABLE = yes
|
|
OLED_DRIVER = SSD1306
|
|
LTO_ENABLE = yes
|