diff --git a/internal/converter/profiles/converter_profiles.go b/internal/converter/profiles/converter_profiles.go index d7526c3..413cebf 100644 --- a/internal/converter/profiles/converter_profiles.go +++ b/internal/converter/profiles/converter_profiles.go @@ -46,7 +46,6 @@ func New() Profiles { {"KPW5", "Kindle Paperwhite 5/Signature Edition", 1236, 1648}, {"KO", "Kindle Oasis 2/3", 1264, 1680}, {"KS", "Kindle Scribe", 1860, 2480}, - {"KHR", "Kindle High Resolution", 2400, 3840}, // Kobo {"KoMT", "Kobo Mini/Touch", 600, 800}, {"KoG", "Kobo Glo", 768, 1024}, @@ -61,6 +60,8 @@ func New() Profiles { {"KoF", "Kobo Forma", 1440, 1920}, {"KoS", "Kobo Sage", 1440, 1920}, {"KoE", "Kobo Elipsa", 1404, 1872}, + // High Resolution for Tablette + {"HR", "High Resolution", 2400, 3840}, } }