Zen XFi2: Enable Plugins

Keymaps aren't tested, there may be room for improvement.


Change-Id: I6b8fe697899b241ea6e96f4fe446d88671ad7818
This commit is contained in:
Sebastian Leonhardt 2018-02-22 23:42:29 +01:00
parent fb3f7651fd
commit 0486e5b93e
46 changed files with 206 additions and 6 deletions

View file

@ -504,6 +504,12 @@
#define OSCILLOSCOPE_VOL_UP BUTTON_VOL_UP
#define OSCILLOSCOPE_VOL_DOWN BUTTON_VOL_DOWN
#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD
#define OSCILLOSCOPE_QUIT BUTTON_POWER
#define OSCILLOSCOPE_PAUSE BUTTON_MENU
#define OSCILLOSCOPE_ORIENTATION BUTTON_TOPLEFT
#define OSCILLOSCOPE_GRAPHMODE BUTTON_BOTTOMLEFT
#else
#error No keymap defined!
#endif