-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhotkey_buttons.cfg
55 lines (42 loc) · 1.03 KB
/
hotkey_buttons.cfg
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
43
44
45
46
47
48
49
50
51
52
53
54
55
##################
#### Hotkey_Buttons.CFG
##################
#####################################################################
# Button Definitions for Fysetc HotKey
#####################################################################
[gcode_button b1]
pin: ^!hotkey: BUTTON_1
press_gcode: _BUTTON_B1
[gcode_button b2]
pin: ^!hotkey: BUTTON_2
press_gcode: _BUTTON_B2
[gcode_button b3]
pin: ^!hotkey: BUTTON_3
press_gcode: _BUTTON_B3
[gcode_button b4]
pin: ^!hotkey: BUTTON_4
press_gcode: _BUTTON_B4
[gcode_button b5]
pin: ^!hotkey: BUTTON_5
press_gcode: _BUTTON_B5
[gcode_button b6]
pin: ^!hotkey: BUTTON_6
press_gcode: _BUTTON_B6
[gcode_button b7]
pin: ^!hotkey: BUTTON_7
press_gcode: _BUTTON_B7
[gcode_button b8]
pin: ^!hotkey: BUTTON_8
press_gcode: _BUTTON_B8
[gcode_button b9]
pin: ^!hotkey: BUTTON_9
press_gcode: _BUTTON_B9
[gcode_button b10]
pin: ^!hotkey: BUTTON_10
press_gcode: _BUTTON_B10
[gcode_button b11]
pin: ^!hotkey: BUTTON_11
press_gcode: _BUTTON_B11
[gcode_button b12]
pin: ^!hotkey: BUTTON_12
press_gcode: _BUTTON_B12