diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-09-30 14:48:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-30 15:48:36 +0100 |
commit | 292b7b3835c5518cdb90bc7d5b1d3030292ddbf8 (patch) | |
tree | 63b09974e3f14df720090f8f3563b22f6a6c0855 /keyboards/handwired/dactyl_manuform/dmote/62key | |
parent | 0b37e07f907cbb9654ecbc6449bb690f91f9ab20 (diff) |
Remove firmware size impact notes from <keyboard>/rules.mk (#14652)
Diffstat (limited to 'keyboards/handwired/dactyl_manuform/dmote/62key')
-rw-r--r-- | keyboards/handwired/dactyl_manuform/dmote/62key/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/dactyl_manuform/dmote/62key/rules.mk b/keyboards/handwired/dactyl_manuform/dmote/62key/rules.mk index 28d0bfb5c5..a6a97a5c8e 100644 --- a/keyboards/handwired/dactyl_manuform/dmote/62key/rules.mk +++ b/keyboards/handwired/dactyl_manuform/dmote/62key/rules.mk @@ -1,5 +1,5 @@ # Build-process overrides for the DMOTE. -MOUSEKEY_ENABLE = yes # Mouse keys(+4700) -EXTRAKEY_ENABLE = yes # Audio control and System control(+450) +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control RGBLIGHT_ENABLE = yes # Needed for the C linker with lighting control. COMMAND_ENABLE = no # Not a good combo with Space Cadet shift. |