Skip to content

Commit

Permalink
Fix another "kernel headers are too old" issue in the Kindle build ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe committed May 12, 2024
1 parent 4558474 commit 8de2ee1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fbink_input_scan.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ static __attribute__((cold)) void concat_type_recap(INPUT_DEVICE_TYPE_T t
# ifndef BTN_TRIGGER_HAPPY
# define BTN_TRIGGER_HAPPY 0x2c0
# endif
# ifndef BTN_DPAD_UP
# define BTN_DPAD_UP 0x220
# endif

// Each of our target platforms tend to settle on some specific,
// sometimes barely related, keycodes for common functions...
Expand Down

0 comments on commit 8de2ee1

Please sign in to comment.