~ruther/qmk_firmware

ref: e4e90fa113fed9f91e6b7ae2e9970ba320f60bb7 qmk_firmware/users/ridingqwerty/rules.mk -rw-r--r-- 538 bytes
e4e90fa1 — spbgzh [Keyboard] fix json for nemui65 (#21629) 1 year, 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SRC += ridingqwerty.c \
       process_records.c

BOOTMAGIC_ENABLE = yes      # Enable Bootmagic Lite
CONSOLE_ENABLE    = no
COMMAND_ENABLE    = no
UNICODE_ENABLE    = no # "yes" in Atreus default keymap, blocking UNICODEMAP_ENABLE
UNICODEMAP_ENABLE = yes
MOUSEKEY_ENABLE   = no
TAP_DANCE_ENABLE  = yes
AUTO_SHIFT_ENABLE = no

ifneq ("$(wildcard $(USER_PATH)/secrets.c)","")
  SRC += secrets.c
endif

ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
  SRC += tapdances.c
endif

ifeq ($(strip $(UNICODEMAP_ENABLE)), yes)
  SRC += unicode.c
endif
Do not follow this link