summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/dudeofawesome/rules.mk
diff options
context:
space:
mode:
authorLouis Orleans <louis@orleans.io>2017-10-31 05:27:07 +0100
committerJack Humbert <jack.humb@gmail.com>2017-10-31 05:27:07 +0100
commit1f6002db3fc3670f11d2f346e5cde84bb1ee85d1 (patch)
treeeb1559e5d3d44a8b0a91012f28637390bdcd7fd5 /keyboards/planck/keymaps/dudeofawesome/rules.mk
parent07017871e5eea9436458722ad74214b1f0f96e88 (diff)
downloadqmk_firmware-1f6002db3fc3670f11d2f346e5cde84bb1ee85d1.tar.gz
qmk_firmware-1f6002db3fc3670f11d2f346e5cde84bb1ee85d1.tar.xz
layout(planck): dudeofawesome's layout with simultaneous RGB and audio support (#1929)
* layout(planck): new layout initial commit * feat(planck): add workman layout * fix(planck): switching to workman * layout(planck): swapping mnext and mplay * feat(planck): prep for RGB * perf(planck): remove plover saves 256 bytes of memory * perf(planck): remove colemak saves 128 bytes * layout(planck): swapping enter and quote * perf(planck): disable console frees 1664 bytes * feat(planck): RGB under-lighting * refactor(planck): change RGB pin Uses pin labeled PB2 * feat(planck): add RGB keycodes * feat(planck): re-enable audio * style(planck): fixing indentation Because who indents like that? * style(planck): clean up keycodes * layout(planck): remove del * feat(planck): add tap-space to layer keys * docs(planck): specify pin on PCB for RGB * bug(planck): reducing tap time * Revert "bug(planck): reducing tap time" This reverts commit 62606b2dc62c5adcc06cfb5978d7e5305411a658. * Revert "feat(planck): add tap-space to layer keys" This reverts commit c74de5a4aa45c5563dcaa463395654c29f50eda3. * perf(planck): remove backlit case * feat(planck): swap enter and quote * bug(planck): moving right shift * doc(planck): update README * chore(planck): remove makefile
Diffstat (limited to 'keyboards/planck/keymaps/dudeofawesome/rules.mk')
-rw-r--r--keyboards/planck/keymaps/dudeofawesome/rules.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/dudeofawesome/rules.mk b/keyboards/planck/keymaps/dudeofawesome/rules.mk
new file mode 100644
index 000000000..42c370aa1
--- /dev/null
+++ b/keyboards/planck/keymaps/dudeofawesome/rules.mk
@@ -0,0 +1,10 @@
+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 = yes # Enable WS2812 RGB underlight.