This commit is contained in:
huxi
2025-12-03 11:12:34 +08:00
parent c23ae4f24c
commit bc195654bf
8163 changed files with 3799544 additions and 92 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifndef __APP_MODE_H__
#define __APP_MODE_H__
extern const struct key_remap_table bt_mode_key_table[];
extern const struct key_remap_table spdif_mode_key_table[];
extern const struct key_remap_table fm_mode_key_table[];
extern const struct key_remap_table idle_mode_key_table[];
extern const struct key_remap_table linein_mode_key_table[];
extern const struct key_remap_table music_mode_key_table[];
extern const struct key_remap_table pc_mode_key_table[];
extern const struct key_remap_table record_mode_key_table[];
extern const struct key_remap_table rtc_mode_key_table[];
#endif