17 lines
423 B
Makefile
17 lines
423 B
Makefile
# Set any rules.mk overrides for your specific keymap here.
|
|
# See rules at https://docs.qmk.fm/#/config_options?id=the-rulesmk-file
|
|
COMMAND_ENABLE = no
|
|
WEBUSB_ENABLE = yes
|
|
ORYX_ENABLE = yes
|
|
DYNAMIC_MACRO_ENABLE = yes
|
|
SRC = matrix.c
|
|
RGBLIGHT_ENABLE = no
|
|
RGB_MATRIX_ENABLE = yes
|
|
COMBO_ENABLE = yes
|
|
VPATH += keyboards/gboards/
|
|
WPM_ENABLE = yes
|
|
STENO_ENABLE = yes
|
|
AUTO_SHIFT_ENABLE = yes
|
|
LEADER_ENABLE = yes
|
|
USER_NAME := kadis
|