1
0
Fork 0
forked from len0rd/rockbox

application: Enable chipper and fft plugins.

They force grid mode but don't need graphics so good enough for now.

Change-Id: I711a1a22f1866ed25196614f343ab51967bf3a4b
This commit is contained in:
Thomas Martitz 2012-01-26 23:59:23 +01:00
parent fab7264b3b
commit 7013d0c48d
4 changed files with 7 additions and 2 deletions

View file

@ -180,7 +180,7 @@ CONFIG_KEYPAD == MROBE500_PAD
#define ACTION BUTTON_SELECT
#define ACTIONTEXT "SELECT"
#else
#elif !defined(HAVE_TOUCHSCREEN)
#error No keymap defined!
#endif