-
Notifications
You must be signed in to change notification settings - Fork 268
Expand file tree
/
Copy pathcapabilities.kll
More file actions
43 lines (31 loc) · 827 Bytes
/
capabilities.kll
File metadata and controls
43 lines (31 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# TestIn Capabilities
Name = TestIn;
Version = 0.3;
Author = "HaaTa (Jacob Alexander) 2016-2017";
# Modified Date
Date = 2017-11-26;
#
# Empty Capabilities (non-functional in host-mode)
#
ledControl => LED_control_capability( mode : 1, amount : 1 );
storage_control => Storage_StorageControl_capability( func : 1 );
#
# LED Options
#
# ISSI Defines
ISSI_Chips => ISSI_Chips_define;
ISSI_Chip_31FL3731 => ISSI_Chip_31FL3731_define;
ISSI_Chip_31FL3732 => ISSI_Chip_31FL3732_define;
ISSI_Chip_31FL3733 => ISSI_Chip_31FL3733_define;
ISSI_Chip_31FL3736 => ISSI_Chip_31FL3736_define;
ISSI_Chip_31FL3743B => ISSI_Chip_31FL3743B_define;
ISSI_Chip_31FL3731 = 0;
ISSI_Chip_31FL3732 = 0;
ISSI_Chip_31FL3733 = 0;
ISSI_Chip_31FL3736 = 0;
ISSI_Chip_31FL3743B = 0;
#
# Macro Options
#
# Press/Release Cache
PressReleaseCache = 1;