Skip to content

Commit

Permalink
Disable keypad for nano targets until API_LEVEL 23
Browse files Browse the repository at this point in the history
  • Loading branch information
cedelavergne-ledger committed Jan 23, 2025
1 parent 3cf3ea8 commit 02f634b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# limitations under the License.
# ****************************************************************************

include $(BOLOS_SDK)/Makefile.target

########################################
# Mandatory configuration #
########################################
Expand Down Expand Up @@ -103,7 +105,9 @@ ENABLE_NBGL_FOR_NANO_DEVICES = 1
########################################
ENABLE_NBGL_QRCODE = 1
#ENABLE_NBGL_KEYBOARD = 1
ifeq ($(TARGET_NAME),$(filter $(TARGET_NAME),TARGET_STAX TARGET_FLEX))
ENABLE_NBGL_KEYPAD = 1
endif

########################################
# Features disablers #
Expand Down

0 comments on commit 02f634b

Please sign in to comment.