mirror of
https://github.com/romychs/OK240.2-Firmware.git
synced 2026-04-21 10:53:18 +03:00
17 lines
439 B
HTML
17 lines
439 B
HTML
|
|
; =======================================================
|
|
; Ocean-240.2
|
|
; Configuration
|
|
;
|
|
; By Romych 2026-02-2
|
|
; ======================================================
|
|
IFNDEF _CONF
|
|
DEFINE _CONF
|
|
|
|
DEFINE DEFAULT_KB_ACK ; if defined, KB_ACK on pin PC4 DD78, else on pin PC7
|
|
DEFINE RAM_DISK_192K
|
|
;DEFINE CHECK_INTEGRITY ; if defined, check original labels offset
|
|
|
|
|
|
|
|
ENDIF |