forked from len0rd/rockbox
Harmonize plugin keymaps
Aims to provide a lib/keymaps.h for plugins needing simple button functionality beyond that provided by PLA. Currently used by puzzles and xworld. Change-Id: Icb3493aaf176d401762de834dd48fc76a3824c5a
This commit is contained in:
parent
b9386109e8
commit
752f7b1698
3 changed files with 224 additions and 2 deletions
|
@ -24,11 +24,11 @@
|
|||
#include "plugin.h"
|
||||
|
||||
#include "help.h"
|
||||
#include "keymaps.h"
|
||||
#include "lz4tiny.h"
|
||||
|
||||
#include "src/puzzles.h"
|
||||
|
||||
#include "lib/keymaps.h"
|
||||
#include "lib/playback_control.h"
|
||||
#include "lib/simple_viewer.h"
|
||||
#include "lib/xlcd.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue