diff options
Diffstat (limited to 'keyboards/planck/keymaps/myoung34/rules.mk')
-rw-r--r-- | keyboards/planck/keymaps/myoung34/rules.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/myoung34/rules.mk b/keyboards/planck/keymaps/myoung34/rules.mk new file mode 100644 index 0000000000..c47418104a --- /dev/null +++ b/keyboards/planck/keymaps/myoung34/rules.mk @@ -0,0 +1,11 @@ +ifndef QUANTUM_DIR + include ../../../../Makefile +endif + +AUDIO_ENABLE = yes # Audio output on port C6 +CONSOLE_ENABLE = no # Console for debug(+400) +MIDI_ENABLE = no # MIDI controls +MOUSEKEY_ENABLE = no # Mouse keys(+4700) +NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. +BACKLIGHT_ENABLE = yes |