diff options
author | fauxpark <fauxpark@gmail.com> | 2021-12-09 17:24:05 +1100 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2021-12-09 17:24:05 +1100 |
commit | c394bf1c986c15d486a004f264e06f7b36a453eb (patch) | |
tree | 15f5f39fc9ab594b4fed749f6deec8f599086bdd /keyboards/dm9records | |
parent | 7aa466515e30ba1687039b42ae83245697411950 (diff) | |
parent | a8d440e4e043dc8427f17c07631556d0ff3efc20 (diff) | |
download | qmk_firmware-c394bf1c986c15d486a004f264e06f7b36a453eb.tar.gz qmk_firmware-c394bf1c986c15d486a004f264e06f7b36a453eb.zip |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/dm9records')
-rw-r--r-- | keyboards/dm9records/ergoinu/rules.mk | 3 | ||||
-rw-r--r-- | keyboards/dm9records/plaid/rules.mk | 3 | ||||
-rw-r--r-- | keyboards/dm9records/tartan/rules.mk | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/keyboards/dm9records/ergoinu/rules.mk b/keyboards/dm9records/ergoinu/rules.mk index d9a3e4aae7..aba3644c9e 100644 --- a/keyboards/dm9records/ergoinu/rules.mk +++ b/keyboards/dm9records/ergoinu/rules.mk @@ -12,8 +12,7 @@ MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration -# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work -NKRO_ENABLE = no # USB Nkey Rollover +NKRO_ENABLE = no # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output diff --git a/keyboards/dm9records/plaid/rules.mk b/keyboards/dm9records/plaid/rules.mk index 113ad07390..5c416cf40f 100644 --- a/keyboards/dm9records/plaid/rules.mk +++ b/keyboards/dm9records/plaid/rules.mk @@ -12,8 +12,7 @@ MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration -# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work -NKRO_ENABLE = no # USB Nkey Rollover +NKRO_ENABLE = no # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output diff --git a/keyboards/dm9records/tartan/rules.mk b/keyboards/dm9records/tartan/rules.mk index ca8b059d9a..0c65bd1692 100644 --- a/keyboards/dm9records/tartan/rules.mk +++ b/keyboards/dm9records/tartan/rules.mk @@ -12,8 +12,7 @@ MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration -# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work -NKRO_ENABLE = no # USB Nkey Rollover +NKRO_ENABLE = no # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output |