These are the settings I use on my Kobo Clara HD, showing examples of how to get landscape mode on devices that don't have that built in:
Code:
# -----------------------------------------------------------------------
menu_item :main :Dark Mode :nickel_setting :toggle :dark_mode
menu_item :main :Invert & Reboot :nickel_setting :toggle: invert
chain_success :power :reboot
menu_item :main :Portrait :nickel_orientation :portrait
menu_item :main :> Landscape :nickel_orientation :landscape
menu_item :main :< Landscape :nickel_orientation :inverted_landscape
menu_item :main :My Articles :nickel_open: library: pocket
menu_item :main :Screenshots :nickel_setting :toggle :screenshots
# -----------------------------------------------------------------------
menu_item :reader :Dark Mode :nickel_setting :toggle :dark_mode
menu_item :reader :Invert & Reboot :nickel_setting :toggle: invert
chain_success :power :reboot
menu_item :reader :Portrait :nickel_orientation :portrait
menu_item :reader :> Landscape :nickel_orientation :landscape
menu_item :reader :< Landscape :nickel_orientation :inverted_landscape
menu_item :reader :My Books :nickel_open: library: library
menu_item :reader :My Articles :nickel_open: library: pocket
menu_item :selection :Translate :nickel_browser :modal:https://translate.google.com/?sl=auto&tl=en&text={1|S|%}&op=translate
# -----------------------------------------------------------------------
menu_item :library :Dark Mode :nickel_setting :toggle :dark_mode
menu_item :library :Invert & Reboot :nickel_setting :toggle: invert
chain_success :power :reboot
menu_item :library :Portrait :nickel_orientation :portrait
menu_item :library :> Landscape :nickel_orientation :landscape
menu_item :library :< Landscape :nickel_orientation :inverted_landscape
menu_item :library :My Articles :nickel_open: library: pocket
menu_item :reader :Home :nickel_misc: home
# --------------------------------------------------------------------------