diff options
author | Garret G <45295190+The-Royal@users.noreply.github.com> | 2020-11-09 23:03:12 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-09 21:03:12 -0800 |
commit | 53f11668a3399ff1bdf82902a7717832831219bf (patch) | |
tree | bbe2e161ff7203ad583bffb380f3a2b82b331256 /keyboards/kingly_keys/ave/ortho/rules.mk | |
parent | 2ef68a84b68875b189bee58d1fb554ebb62f8e58 (diff) |
[Keyboard] kingly_keys/ave (#10042)
* Add configurator support for "The Ave." keyboard
* Update readme.md
* update misc nomenclature
* add punctuation
* fix miss-placed "0"
* update README.md
* del. duplicate "F11" in visual layout information
* Split PCB configurations into subfolders
* update layer template to new matrix title
* rm primary <keyboard>.c / <keyboard>.h files
* add new end line to both .h subfolder fiels
* Apply suggestions from code review
* tested update to RGB code
* update rgb code
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Update rules.mk
* Update rules.mk
* Delete rules.mk
* Delete rules.mk
* Update rules.mk
* Update config.h
* Update config.h
* Update keymap.c
* Update ortho.c
* Update ortho.h
* Update config.h
* Update keymap.c
* Update staggered.c
* Update staggered.h
* Apply suggestions from code review
* Update config.h
* Update keymap.c
* move and duplicate rules.mk file
* Update keyboards/kingly_keys/ave/readme.md
* Update config.h
* Update keyboards/kingly_keys/ave/config.h
Diffstat (limited to 'keyboards/kingly_keys/ave/ortho/rules.mk')
-rw-r--r-- | keyboards/kingly_keys/ave/ortho/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/kingly_keys/ave/ortho/rules.mk b/keyboards/kingly_keys/ave/ortho/rules.mk new file mode 100644 index 0000000000..611eb0ce1a --- /dev/null +++ b/keyboards/kingly_keys/ave/ortho/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +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 +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes |