diff options
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 000000000..f26a5c67a --- /dev/null +++ b/keyboards/mechwild/obe/rules.mk | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 10 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 11 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
| 12 | NKRO_ENABLE = no # USB Nkey Rollover | ||
| 13 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 14 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 15 | BLUETOOTH_ENABLE = no # Enable Bluetooth | ||
| 16 | AUDIO_ENABLE = no # Audio output | ||
| 17 | ENCODER_ENABLE = yes # Encoder Enabled | ||
| 18 | |||
| 19 | EEPROM_DRIVER = i2c | ||
| 20 | |||
| 21 | DEFAULT_FOLDER = mechwild/obe/f401 | ||
