top of page

; MORCONI Config file for Flex radios
; Version 2.2
;
; N5NHJ / I8NHJ – January 10, 2026
;
; --------------------------------------------------
; Startup and general behavior
; --------------------------------------------------
Startup Delay: 250                 ; Allows peripheral equipment to settle at power up. Default: 250 ms
LED Control: TRUE                  ; Internal LED / PIN13 LED is on if no connection. Default: TRUE
Pot Reverse: TRUE                  ; Reverse the speed control rotation sense (CW/CCW). Default: FALSE
; --------------------------------------------------
; CW input and button handling
; --------------------------------------------------
Key Debounce: 2                    ; 0 if using electronic keyers, 2 for paddle, up to 10 ms for straight key or bug. Default: 0
Buttons Debounce: 50               ; Debounce for memory and PTT buttons. Default: 50
; --------------------------------------------------
; Sidetone and user feedback
; --------------------------------------------------
Sidetone: ON                       ; Enable or disable sidetone. Default: ON
Sidetone Freq: 600                 ; Sidetone frequency between 100 and 2000 Hz. Default: 600
Sidetone Volume: 100               ; Sidetone volume between 0 and 100. Default: 100
Prompt Speed: 25                   ; CW firmware banner and config message speed in WPM. Default: 20 WPM
; --------------------------------------------------
; PTT and standalone operation
; --------------------------------------------------
PTT as TUNE: FALSE                 ; PTT button engages MOX or TUNE. Default: FALSE
Keyer Standalone: FALSE            ; Keying and internal keyer work without remote radio, connection is disabled. Default: FALSE
; --------------------------------------------------
; Internal keyer configuration
; --------------------------------------------------
Keyer Enabled: 4                   ; Internal keyer mode: 0=Disabled, 1=Iambic, 2=Curtis A, 3=Curtis B (Accukeyer), 4=CMOS Superkeyer (Logikey), 5=Ultimatic, 6=Semi
Keyer Minspeed: 15                 ; Minimum speed for the internal keyer. Default: 15
Keyer Maxspeed: 45                 ; Maximum speed for the internal keyer. Default: 45
Keyer Weight: 50                   ; Dot/space ratio. Default: 50
Keyer Reverse: FALSE               ; Reverse the dot/dash pins. Default: FALSE
Keyer KFactor: 0                   ; Milliseconds to compensate for transmitter delay. Default: 0
Keyer LogiFactor: 33               ; Logikeyer dit memory delay, percentage of dash time. Very sensitive! Default: 33
; --------------------------------------------------
; PC logging and CAT-style control
; --------------------------------------------------
PCKeyer: 0                         ; Computer logging program keying options: 0=None, 1=RTS, 2=DTR. Default: 0
PCPTT: 1                           ; Computer logging program PTT options: 0=None, 1=RTS, 2=DTR. Default: 0
PCTone: TRUE                       ; Generate sidetone when MorCoNI is controlled by a logging program. Default: TRUE

; --------------------------------------------------

; Memory buttons

;--------------------------------------------------

Memory0: CQ DE I8NHJ PSE K         ; Memory button 0

Memory1: 5NN                       ; Memory button 1

Memory2: TU                        ; Memory button 2

Memory3: DE I8NHJ                  ; Memory button 3
; --------------------------------------------------
; FlexRadio connection parameters
; --------------------------------------------------
Send Nickname: FALSE               ; Send the FlexRadio nickname after connecting. Default: FALSE
Use DNS: FALSE                     ; Use DNS lookup instead of IP address. Default: FALSE
FlexURL: max.selfip.com            ; Local or remote FlexRadio DNS name (URL)
FlexIP: 169.254.234.191            ; Local or remote FlexRadio IP address
FlexPort: 4992                     ; FlexRadio API TCP port
FlexDelay: 1000                    ; Delay after connection to allow the radio to settle, in milliseconds. Default: 1000
FlexTimeOut: 1000                  ; TCP connection timeout, in milliseconds. Default: 1000
; --------------------------------------------------
; Network configuration (MorCoNI interface)
; --------------------------------------------------
Static IP: FALSE                   ; Enable static IP instead of DHCP. Default: FALSE
TeensyDebug: FALSE                 ; Enable debug messages on the Teensy serial console. Default: FALSE
; The following TCP/IP parameters are used only if Static IP is TRUE
; or if the DHCP server is not responding
TeensyIP: 169.254.234.192          ;
TeensyGateway: 169.254.234.254     ;
TeensyMask: 255.255.255.0          ;
TeensyDNS: 8.8.4.4                 ;

bottom of page