diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-22 06:22:35 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-22 06:22:35 +0000 |
commit | 5c42446508e2d86288bca44f04b7e47b7d53c69b (patch) | |
tree | b0da8e04c7d6c01531443281a14802be53ae8a90 /keyboards/mechwild/obe/rules.mk | |
parent | 203c4fdf586ca57a9c59b6de4913ec5b27cc9d6c (diff) | |
parent | 5766b9bfb7a0f6f8b091293015644f5cfe1d6683 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mechwild/obe/rules.mk')
-rw-r--r-- | keyboards/mechwild/obe/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/mechwild/obe/rules.mk b/keyboards/mechwild/obe/rules.mk new file mode 100644 index 0000000000..f26a5c67a9 --- /dev/null +++ b/keyboards/mechwild/obe/rules.mk @@ -0,0 +1,21 @@ +# 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 = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes # Encoder Enabled + +EEPROM_DRIVER = i2c + +DEFAULT_FOLDER = mechwild/obe/f401 |