Enable mouse support for daktil.
parent
bd6d2e416a
commit
dc3c18104b
|
@ -73,7 +73,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512
|
||||||
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
|
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
|
||||||
MIDI_ENABLE = no # MIDI support (+2400 to 4200)
|
MIDI_ENABLE = no # MIDI support (+2400 to 4200)
|
||||||
POINTING_DEVICE_ENABLE = no
|
POINTING_DEVICE_ENABLE = no
|
||||||
MOUSEKEY_ENABLE = no # Mouse keys(+4700)
|
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
|
||||||
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
|
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
|
||||||
CONSOLE_ENABLE = no # Console for debug(+8000)
|
CONSOLE_ENABLE = no # Console for debug(+8000)
|
||||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||||
|
|
Loading…
Reference in New Issue