1
0
Fork 0
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:
Franklin Wei 2017-03-29 21:51:46 -04:00
parent b9386109e8
commit 752f7b1698
3 changed files with 224 additions and 2 deletions

View file

@ -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"