forked from mirrors/qmk_userspace
[Keymap] Add oled improvements and cnano keymap for drashna (#16133)
This commit is contained in:
parent
3555ee0555
commit
941b1d35b8
22 changed files with 797 additions and 189 deletions
22
keyboards/bastardkb/charybdis/3x5/keymaps/drashna/rules.mk
Normal file
22
keyboards/bastardkb/charybdis/3x5/keymaps/drashna/rules.mk
Normal file
|
@ -0,0 +1,22 @@
|
|||
# MCU name
|
||||
MCU = STM32F411
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = stm32-dfu
|
||||
|
||||
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
||||
KEYBOARD_SHARED_EP = yes
|
||||
MOUSE_SHARED_EP = yes
|
||||
|
||||
EEPROM_DRIVER = spi
|
||||
WS2812_DRIVER = pwm
|
||||
SERIAL_DRIVER = usart
|
||||
AUDIO_DRIVER = pwm_hardware
|
||||
|
||||
AUDIO_SUPPORTED = yes
|
||||
AUDIO_ENABLE = yes
|
||||
MOUSEKEY_ENABLE = yes
|
||||
NKRO_ENABLE = yes
|
||||
CONSOLE_ENABLE = yes
|
||||
|
||||
AUTOCORRECTION_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue