diff options
author | Keebz Dot Net <64744703+keebzdotnet@users.noreply.github.com> | 2020-09-30 01:50:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-30 01:50:55 -0700 |
commit | 5ecb1b2d39f5424979a1325e2642ac73db828c03 (patch) | |
tree | a5b5752c01585f3aa7f6572a44468b5a618c7c6f /keyboards/keebzdotnet/wazowski/rules.mk | |
parent | 8b90822f6e707830904426dc05501bffcb69ec18 (diff) | |
download | qmk_firmware-5ecb1b2d39f5424979a1325e2642ac73db828c03.tar.gz qmk_firmware-5ecb1b2d39f5424979a1325e2642ac73db828c03.zip |
Wazowski 23-19 VIA Support (#9730)
* fixed keymap placement
- online configurator keys were in the wrong location and needed to be fixed
- fixed a key being to high on the y position
* Create rules.mk
* Create keymap.c
* Update rules.mk
added VIA support
* Changed wazowski via keymap to include skipped switch
* changed the vendor ID
* Update keyboards/keebzdotnet/wazowski/config.h
* Removed VIA enable from keyboard rules.mk
* Update keyboards/keebzdotnet/wazowski/rules.mk
* Fixed wazowski via keymap build errors
* Added multi-layer support for Wazowski via keymap
Diffstat (limited to 'keyboards/keebzdotnet/wazowski/rules.mk')
-rw-r--r-- | keyboards/keebzdotnet/wazowski/rules.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/keebzdotnet/wazowski/rules.mk b/keyboards/keebzdotnet/wazowski/rules.mk index b8ce67b680..e82d793bcc 100644 --- a/keyboards/keebzdotnet/wazowski/rules.mk +++ b/keyboards/keebzdotnet/wazowski/rules.mk @@ -14,11 +14,11 @@ BOOTLOADER = atmel-dfu # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |