top of page

; MORCONI Config file for AllRigs CLIENT
; Version 2.2
;
; N5NHJ/I8NHJ Jannuary 10, 2026
;
; --------------------------------------------------
; Startup and general behavior
; --------------------------------------------------
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
; --------------------------------------------------
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: 0                           ; 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
; --------------------------------------------------
; MorCoNI All-Rigs Server connection parameters
; --------------------------------------------------
Use DNS: FALSE                     ; Use DNS lookup instead of IP address. Default: FALSE
ServerURL: max.selfip.com          ; Local or remote Flex Radio DNS name (URL)       
ServerIP: 192.0.0.1                ; Server IP Address
ServerPort: 57373                  ; Server port
; --------------------------------------------------
; Network configuration (MorCoNI interface)
; --------------------------------------------------
Static IP: FALSE                   ; Enable static IP instead of DHCP. Default: FALSE
ClientDebug: 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
ClientIP: 192.0.0.2;
ClientGateway: 192.0.0.254;
ClientMask: 255.255.255.0;
ClientDNS: 8.8.4.4;

bottom of page