Skip to content

Commit 0072ac2

Browse files
committed
Add PR feedback
1 parent f2ec598 commit 0072ac2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/_summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
* [Command](feature_command.md)
5454
* [Dynamic Macros](feature_dynamic_macros.md)
5555
* [Grave Escape](feature_grave_esc.md)
56+
* [Joystick](feature_joystick.md)
5657
* [Key Lock](feature_key_lock.md)
5758
* [Layouts](feature_layouts.md)
5859
* [Leader Key](feature_leader_key.md)

quantum/joystick.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ typedef struct {
4242

4343
extern joystick_t joystick_status;
4444

45-
//#define JS_INDEX(id, key) (key|((id & 0x7)<<6))
46-
4745
//to be implemented in the hid protocol library
4846
void send_joystick_packet(joystick_t* joystick);
4947

quantum/quantum_keycodes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ enum quantum_keycodes {
456456

457457
#ifdef JOYSTICK_ENABLE
458458
JS_BUTTON0 = 0x5E00,
459+
JS_BUTTON_MIN = JS_BUTTON0,
459460
JS_BUTTON1,
460461
JS_BUTTON2,
461462
JS_BUTTON3,

0 commit comments

Comments
 (0)