archimedes: define matrix and keymap

This commit is contained in:
tmk 2023-10-20 02:08:59 +09:00
parent 909b37d641
commit 06f1bded16
5 changed files with 104 additions and 60 deletions

View file

@ -49,10 +49,10 @@ F_USB ?= $(F_CPU)
# Build Options
# *Comment out* to disable the options.
#
#MOUSEKEY_ENABLE ?= yes # Mouse keys
#EXTRAKEY_ENABLE ?= yes # Audio control and System control
MOUSEKEY_ENABLE ?= yes # Mouse keys
EXTRAKEY_ENABLE ?= yes # Audio control and System control
CONSOLE_ENABLE ?= yes # Console for debug
COMMAND_ENABLE ?= yes # Commands for debug and configuration
COMMAND_ENABLE ?= yes # Commands for debug and configuration
#NKRO_ENABLE ?= yes # USB Nkey Rollover
UNIMAP_ENABLE = yes
KEYMAP_SECTION_ENABLE = yes