* Add splitkb's Elora * Add Vial support for splitkb.com's Elora * Add selectable labels * Add Joystick * Increase the EEPROM size for layout options and share the encoder button with the joystick button so it can be set * fix missing call to keyboard init user for elora * snapshot * Fixed joystick and RGB Joystick now works on slave side, RGB convert to RGB matrix and now sync correctly when replugging TODO: Fix OLED not working when only connected on the slave side * Add slave only OLED support * Add fixes * Cleaning up * Add encoder quadrature and update files * merge 'splitkb/qmk_firmware/elora` * disable lto * Update RGB keycodes --------- Co-authored-by: Leah Post <leah@splitkb.com> Co-authored-by: harveysch <126267034+harvey-splitkb@users.noreply.github.com> Co-authored-by: Thomas Baart <support@splitkb.com>
11 lines
221 B
Makefile
11 lines
221 B
Makefile
# Copyright 2024 splitkb.com (support@splitkb.com)
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
LTO_ENABLE = no
|
|
|
|
## Vial-specific settings
|
|
|
|
VIA_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
VIALRGB_ENABLE = yes
|
|
ENCODER_MAP_ENABLE = yes
|