Initial Commit
Everything works as expected except for Gemini PR. TX Bolt works easily, but Gemini PR gives plover errors at every byte sent.
This commit is contained in:
parent
4287c50ccb
commit
1b46cc3824
11 changed files with 1978 additions and 0 deletions
18
keyboards/noll/ecosteno/rules.mk
Normal file
18
keyboards/noll/ecosteno/rules.mk
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# MCU name
|
||||
MCU = STM32F103
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = stm32duino
|
||||
|
||||
# project specific files
|
||||
SRC = keyboard.c
|
||||
|
||||
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
|
||||
MOUSEKEY_ENABLE = no # Mouse keys
|
||||
EXTRAKEY_ENABLE = no # Audio control and System control
|
||||
CONSOLE_ENABLE = yes # Console for debug
|
||||
COMMAND_ENABLE = yes # Commands for debug and configuration
|
||||
SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
|
||||
NKRO_ENABLE = yes # USB Nkey Rollover
|
||||
COMBO_ENABLE = yes # Enable Key Combos
|
||||
STENO_ENABLE = yes # Stenography keys
|
||||
Loading…
Add table
Add a link
Reference in a new issue