You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'The height of the sockets in millimeters above the PCB. Default 4.7mm (round pin sockets)'
23
+
required: true
24
+
default: "4.7"
25
+
battery:
26
+
description: 'Battery type used. Allowed values: "none", "coin", "lipo".'
27
+
required: true
28
+
type: string
29
+
no-usb-a:
30
+
description: "Xiao MCU used without a usb-A 3.0 port."
31
+
type: boolean
32
+
default: false
33
+
block-usb:
34
+
description: "Xiao MCU used with a usb-A 3.0 port, but the port is blocked by the case."
35
+
type: boolean
36
+
default: false
37
+
tenting:
38
+
description: 'Integrated tenting options. Allowed values: "none", "magsafe", "puck". A magsafe sticker (inner diameter 46mm, outer diameter 56mm, thickness 0.7mm or less) or the SplitKB tenting puck.'
39
+
default: none
40
+
type: string
41
+
smd-diodes:
42
+
description: 'Set this flag if you are using SMD diodes. Will slightly reduce the height of the case.'
43
+
type: boolean
44
+
default: false
45
+
expose:
46
+
description: "Select components which shouldn't be covered up by the tray. Allowed values: comma-separated list of 'mcu', 'battery', 'usb'. Note that 'battery' only has an effect if 'coin' is selected."
47
+
required: true
48
+
type: string
49
+
outer-keys:
50
+
description: 'Which outer pinky keys should be enabled. Allowed values: "all", "upper-1.5u", "upper-1u", "lower", "none". All sets the upper key to 1.5u.'
51
+
required: true
52
+
type: string
53
+
inner-index:
54
+
description: 'Adjust the number and position of the inner index keys for better comfort. Allowed values: "all", "reduced", "flex". Flex allows either configuration to be used.'
55
+
required: true
56
+
type: string
57
+
remove-num-row:
58
+
description: 'Removes the num row keys by covering them up with the tray.'
59
+
type: boolean
60
+
default: false
61
+
thumb-type:
62
+
description: 'Select what thumb cluster type should be used. Allowed values: "ripple", "all-1u", "classic", "flex". Classic is 1u-1u-1.5u. Flex allows for any of the three options, but may be less stable.'
63
+
required: true
64
+
type: string
65
+
thumbs:
66
+
description: 'Select which thumbs to use. Allowed values: comma-separated list of "reachy", "tucky", "middle".'
67
+
required: true
68
+
type: string
69
+
thumb-adjustment:
70
+
description: 'Move the thumb cluster. Format: "x,y,r" where x is the number of mm that the cluster should be moved inwards, y is the number of mm that the cluster should be moved downwards, and r is the clockwise rotation in degrees around the outermost down-most corner of the cluster.'
71
+
required: true
72
+
default: "0,0,0"
73
+
pinkies:
74
+
description: 'Select which pinky keys to use. Allowed values: comma-separated list of "upper", "home", "lower".'
0 commit comments