e3687aed3b
* Add keyboard: KMAC Happy & Porting to Vial. * Add Vial support for keyboard: JER J80. * Revert info.json * Revert keymap.c * Revert keymap.c * remove defaults in rules.mk Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * add layer count in config.h Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * remove QMKBEST codes Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * remove hardcode in keymap.c Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * remove QMKBEST codes Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * remove hardcode in keymap.c Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * Revert readme.md * Revert rules.mk * enable MOUSEKEY as defaults --------- Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
19 lines
614 B
Makefile
19 lines
614 B
Makefile
# Processor frequency
|
|
F_CPU = 8000000
|
|
|
|
# Build Options
|
|
# change yes to no to disable
|
|
#
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
CUSTOM_MATRIX = yes # Custom matrix file
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
AUDIO_ENABLE = no # Audio output
|
|
|
|
# Project specific files
|
|
SRC = matrix.c
|