Initial commit of rules and keymaps.
FossilOrigin-Name: 9c5fff3dba86c01b5502ad9316ddc26095ee61f7222f536f459b37e7970ce392
This commit is contained in:
parent
d3e1debbbb
commit
1e5d24cb4f
5 changed files with 151 additions and 0 deletions
20
keyboards/converter/adb_usb/rules.mk
Normal file
20
keyboards/converter/adb_usb/rules.mk
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
CUSTOM_MATRIX = yes
|
||||
|
||||
SRC += matrix.c adb.c led.c
|
||||
|
||||
# OPT_DEFS += -DADB_MOUSE_ENABLE -DMOUSE_ENABLE
|
||||
|
||||
DEFAULT_FOLDER = converter/adb_usb/rev1
|
||||
|
||||
LTO_ENABLE = yes
|
||||
SECURE_ENABLE = yes
|
||||
VIA_ENABLE = no
|
||||
CONSOLE_ENABLE = no
|
||||
COMMAND_ENABLE = no
|
||||
MOUSEKEY_ENABLE = no
|
||||
EXTRAKEY_ENABLE = no
|
||||
SPACE_CADET_ENABLE = no
|
||||
GRAVE_ESC_ENABLE = no
|
||||
MAGIC_ENABLE = no
|
||||
MUSIC_ENABLE = no
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue