mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
A bit of context, this device is a clone of the FunKey-S with a different form factor, hardware is mostly identical, the relevant difference is it has audio out (via usb-c, adapter to 3.5mm is included), this is the reason why the FunKey-SDK is needed for bulding. This port is based on the old SDL 1.2 code because the device doesn't have SDL2 support. Alongside what was supported in the SDL 1.2 builds this port supports battery level, charging status and backlight control. Change-Id: I7fcb85be62748644b667c0efebabf59d6e9c5ade
7 lines
153 B
C
7 lines
153 B
C
#ifndef __SYSTEM_TARGET_H__
|
|
#define __SYSTEM_TARGET_H__
|
|
|
|
#include "../sdl/system-sdl.h"
|
|
|
|
#define NEED_GENERIC_BYTESWAPS
|
|
#endif /* __SYSTEM_TARGET_H__ */
|