File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 53
53
* [ Command] ( feature_command.md )
54
54
* [ Dynamic Macros] ( feature_dynamic_macros.md )
55
55
* [ Grave Escape] ( feature_grave_esc.md )
56
+ * [ Joystick] ( feature_joystick.md )
56
57
* [ Key Lock] ( feature_key_lock.md )
57
58
* [ Layouts] ( feature_layouts.md )
58
59
* [ Leader Key] ( feature_leader_key.md )
Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ typedef struct {
42
42
43
43
extern joystick_t joystick_status ;
44
44
45
- //#define JS_INDEX(id, key) (key|((id & 0x7)<<6))
46
-
47
45
//to be implemented in the hid protocol library
48
46
void send_joystick_packet (joystick_t * joystick );
49
47
Original file line number Diff line number Diff line change @@ -456,6 +456,7 @@ enum quantum_keycodes {
456
456
457
457
#ifdef JOYSTICK_ENABLE
458
458
JS_BUTTON0 = 0x5E00 ,
459
+ JS_BUTTON_MIN = JS_BUTTON0 ,
459
460
JS_BUTTON1 ,
460
461
JS_BUTTON2 ,
461
462
JS_BUTTON3 ,
You can’t perform that action at this time.
0 commit comments