diff options
| author | cole smith | 2020-08-18 21:46:09 +0200 |
|---|---|---|
| committer | GitHub | 2020-08-18 21:46:09 +0200 |
| commit | c0df341f5c0db7217838dfb994ccbb6bd2d075fe (patch) | |
| tree | 6a2a6b4bf3f3644d04b214334729e414c836753b /keyboards/boardsource/microdox/rules.mk | |
| parent | 186b1b2ba2550d9a7a864a241e8f9503c37f188b (diff) | |
[Keyboard] Boardsource Microdox (#9971)
* microdox keyboard workidng
* updated readme
* cleaned up for pr
* Apply suggestions from code review
* Apply suggestions from code review
* added license headers
* Update keyboards/boardsource/microdox/keymaps/default/keymap.c
* Update keyboards/boardsource/microdox/rules.mk
* Update keyboards/boardsource/microdox/rules.mk
* Update keyboards/boardsource/microdox/rules.mk
Diffstat (limited to 'keyboards/boardsource/microdox/rules.mk')
| -rw-r--r-- | keyboards/boardsource/microdox/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/boardsource/microdox/rules.mk b/keyboards/boardsource/microdox/rules.mk new file mode 100644 index 0000000000..b6afb77c78 --- /dev/null +++ b/keyboards/boardsource/microdox/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = no # 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 +SPLIT_KEYBOARD = yes |