~ruther/qmk_firmware

ref: 1fa84ea83c68bb24bc6b21c5abc376ee12d1b939 qmk_firmware/keyboards/rgbkb/sol/keymaps/default/rules.mk -rw-r--r-- 534 bytes
1fa84ea8 — Nick Brassel Fix up license check path. (#23571) 1 year, 14 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
# Default keymap does not have any overridden options from the rev1 / rev2 rules.mk files.
# Example:
#     if you wanted to disable EXTRAKEY_ENABLE, you would copy the line from the rev1/rules.mk file
#     and paste it in to this file, changing the yes to no. Like so:
# EXTRAKEY_ENABLE         = no       # Audio control and System control
#
# To keep things clean and tidy, as well as make upgrades easier, only place overrides from the defaults in this file.


# Do not edit past here
include keyboards/$(KEYBOARD)/post_rules.mk
Do not follow this link