diff options
author | t-miyajima <55669223+dvorak55@users.noreply.github.com> | 2020-09-02 15:29:17 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 23:29:17 -0700 |
commit | 4086729f5e2823c484c2b31bb208c424e2be4c70 (patch) | |
tree | 11b118f6c110cd01957421834dbc8ee819a16ac6 /keyboards/chavdai40/rules.mk | |
parent | 4701001524276638992d1ae92b638ca68fd0c410 (diff) |
[Keyboard] Add Chavdai40% rev2 (#10210)
* add chavdai40 rev2
* add chavdai40 rev2
* change include quantum.h to top of h files
Diffstat (limited to 'keyboards/chavdai40/rules.mk')
-rw-r--r-- | keyboards/chavdai40/rules.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/chavdai40/rules.mk b/keyboards/chavdai40/rules.mk deleted file mode 100644 index 64c6f662af..0000000000 --- a/keyboards/chavdai40/rules.mk +++ /dev/null @@ -1,18 +0,0 @@ -# MCU name -MCU = STM32F042 - -# 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
\ No newline at end of file |