diff options
author | kb-elmo <lorwel@mailbox.org> | 2021-08-19 20:12:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 11:12:34 -0700 |
commit | 8200804e96d1914ebad1948b52d6e1cec2e3ffcc (patch) | |
tree | 7438b6f02889fd5847341b9c023923a20080e055 /keyboards/owlab/voice65/soldered/rules.mk | |
parent | c039796d9d6d341f16600b7032df056c0959df06 (diff) | |
download | qmk_firmware-8200804e96d1914ebad1948b52d6e1cec2e3ffcc.tar.gz qmk_firmware-8200804e96d1914ebad1948b52d6e1cec2e3ffcc.zip |
[Keyboard] Add Voice65 (#13744)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/owlab/voice65/soldered/rules.mk')
-rw-r--r-- | keyboards/owlab/voice65/soldered/rules.mk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/owlab/voice65/soldered/rules.mk b/keyboards/owlab/voice65/soldered/rules.mk new file mode 100644 index 0000000000..dba1a7a650 --- /dev/null +++ b/keyboards/owlab/voice65/soldered/rules.mk @@ -0,0 +1,28 @@ +# MCU name +MCU = STM32F303 + +# Bootloader selection +BOOTLOADER = stm32-dfu + +# 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 = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes # Rotary encoder + +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = IS31FL3741 + +LAYOUTS = 65_ansi_blocker 65_ansi_blocker_split_bs 65_ansi_blocker_tsangan 65_iso_blocker 65_iso_blocker_split_bs |