diff options
Diffstat (limited to 'keyboards/maple_computing/c39/keymaps/drashna/rules.mk')
-rw-r--r-- | keyboards/maple_computing/c39/keymaps/drashna/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/maple_computing/c39/keymaps/drashna/rules.mk b/keyboards/maple_computing/c39/keymaps/drashna/rules.mk new file mode 100644 index 0000000000..a6575bbd93 --- /dev/null +++ b/keyboards/maple_computing/c39/keymaps/drashna/rules.mk @@ -0,0 +1,19 @@ +# MCU name +MCU = STM32F303 +BOARD = QMK_PROTON_C + +# Bootloader selection +BOOTLOADER = stm32-dfu + +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = yes +EXTRAKEY_ENABLE = yes +CONSOLE_ENABLE = yes +COMMAND_ENABLE = yes +NKRO_ENABLE = yes +AUDIO_ENABLE = yes +UNICODE_ENABLE = yes +HAPTIC_ENABLE = yes +HAPTIC_DRIVER = SOLENOID + +RGBLIGHT_STARTUP_ANIMATION = yes |