summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/xyverz/makefile.mk
diff options
context:
space:
mode:
authorIan Sterling2016-08-08 19:35:13 -0700
committerIan Sterling2016-08-08 19:35:13 -0700
commit39dd3d674cfb7299ce377f70a678d3613f826e0a (patch)
treeb7ae5476560f61b1a3fd5d5089d8281e0f56036d /keyboards/planck/keymaps/xyverz/makefile.mk
parent552399df4cef88463ea8ac40822d776d0fb90e18 (diff)
Changed behavior of _DVORAK layout's KC_RSFT to SFT_T(KC_ENT) for flexibility's sake.
Updated the rest of the keymap to reflect the current (as of 19:37 on 08 Aug 2018) default layout and default makefile.
Diffstat (limited to 'keyboards/planck/keymaps/xyverz/makefile.mk')
-rw-r--r--keyboards/planck/keymaps/xyverz/makefile.mk27
1 files changed, 25 insertions, 2 deletions
diff --git a/keyboards/planck/keymaps/xyverz/makefile.mk b/keyboards/planck/keymaps/xyverz/makefile.mk
index 99fbfbd0b..0f4953888 100644
--- a/keyboards/planck/keymaps/xyverz/makefile.mk
+++ b/keyboards/planck/keymaps/xyverz/makefile.mk
@@ -1,2 +1,25 @@
-AUDIO_ENABLE = yes
-NKRO_ENABLE = yes \ No newline at end of file
+
+
+# Build Options
+# change to "no" to disable the options, or define them in the Makefile in
+# the appropriate keymap folder that will get included automatically
+#
+BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
+MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
+EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
+CONSOLE_ENABLE = no # Console for debug(+400)
+COMMAND_ENABLE = yes # Commands for debug and configuration
+NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
+MIDI_ENABLE = no # MIDI controls
+AUDIO_ENABLE = yes # Audio output on port C6
+UNICODE_ENABLE = no # Unicode
+BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
+RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
+
+# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+
+ifndef QUANTUM_DIR
+ include ../../../../Makefile
+endif