diff --git a/rigs/kenwood/level_gran_kenwood.h b/rigs/kenwood/level_gran_kenwood.h index 6528b21bb..fd31c03cb 100644 --- a/rigs/kenwood/level_gran_kenwood.h +++ b/rigs/kenwood/level_gran_kenwood.h @@ -55,7 +55,9 @@ [LVL_COMP_METER] = { .min = { .f = .0 }, .max = { .f = 1 }, .step = { .f = 1.0f/255.0f } }, [LVL_ID_METER] = { .min = { .f = .0 }, .max = { .f = 1 }, .step = { .f = 1.0f/255.0f } }, [LVL_VD_METER] = { .min = { .f = .0 }, .max = { .f = 1 }, .step = { .f = 1.0f/255.0f } }, +#if !defined(NO_LVL_SQL) [LVL_SQL] = { .min = { .f = 0 }, .max = { .f = 1.0 }, .step = { .f = 1.0f/100.0f } }, +#endif [LVL_MICGAIN] = { .min = { .f = .0 }, .max = { .f = 1 }, .step = { .f = 1.0f/100.0f } }, [LVL_MONITOR_GAIN] = { .min = { .f = .0 }, .max = { .f = 1 }, .step = { .f = 1.0f/100.0f } }, [LVL_COMP] = { .min = { .f = .0 }, .max = { .f = 1 }, .step = { .f = 1.0f/100.0f } }, diff --git a/rigs/kenwood/ts590.c b/rigs/kenwood/ts590.c index 32bc1fb3e..037c919f5 100644 --- a/rigs/kenwood/ts590.c +++ b/rigs/kenwood/ts590.c @@ -1835,7 +1835,7 @@ struct rig_caps ts590_caps = #define NO_LVL_USB_AF_INPUT #define NO_LVL_VOXDELAY #define NO_LVL_CWPITCH -#define NO_LVL_BKINDLYMS +#define NO_LVL_BKIN_DLYMS #define NO_LVL_SLOPE_LOW #define NO_LVL_SLOPE_HIGH #include "level_gran_kenwood.h" @@ -1845,7 +1845,7 @@ struct rig_caps ts590_caps = #undef NO_LVL_USB_AF_INPUT #undef NO_LVL_VOXDELAY #undef NO_LVL_CWPITCH -#undef NO_LVL_BKINDLYMS +#undef NO_LVL_BKIN_DLYMS #undef NO_LVL_SLOPE_LOW #undef NO_LVL_SLOPE_HIGH [LVL_RF] = { .min = { .f = 0 }, .max = { .f = 1.0 }, .step = { .f = 1.0f / 255.0f } }, @@ -2047,7 +2047,7 @@ struct rig_caps fx4_caps = #define NO_LVL_AF #define NO_LVL_VOXDELAY #define NO_LVL_CWPITCH -#define NO_LVL_BKINDLYMS +#define NO_LVL_BKIN_DLYMS #define NO_LVL_SLOPE_LOW #define NO_LVL_SLOPE_HIGH #include "level_gran_kenwood.h" @@ -2055,7 +2055,7 @@ struct rig_caps fx4_caps = #undef NO_LVL_AF #undef NO_LVL_VOXDELAY #undef NO_LVL_CWPITCH -#undef NO_LVL_BKINDLYMS +#undef NO_LVL_BKIND_LYMS #undef NO_LVL_SLOPE_LOW #undef NO_LVL_SLOPE_HIGH [LVL_RF] = { .min = { .f = 0 }, .max = { .f = 1.0 }, .step = { .f = 1.0f / 100.0f } }, @@ -2261,7 +2261,7 @@ struct rig_caps ts590sg_caps = #define NO_LVL_USB_AF_INPUT #define NO_LVL_VOXDELAY #define NO_LVL_CWPITCH -#define NO_LVL_BKINDLYMS +#define NO_LVL_BKIN_DLYMS #define NO_LVL_SLOPE_LOW #define NO_LVL_SLOPE_HIGH #include "level_gran_kenwood.h" @@ -2271,7 +2271,7 @@ struct rig_caps ts590sg_caps = #undef NO_LVL_USB_AF_INPUT #undef NO_LVL_VOXDELAY #undef NO_LVL_CWPITCH -#undef NO_LVL_BKINDLYMS +#undef NO_LVL_BKIN_DLYMS #undef NO_LVL_SLOPE_LOW #undef NO_LVL_SLOPE_HIGH [LVL_RF] = { .min = { .f = 0 }, .max = { .f = 1.0 }, .step = { .f = 1.0f / 255.0f } },