Skip to content

Commit

Permalink
Add PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
alecool committed Oct 29, 2018
1 parent f2ec598 commit 0072ac2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/_summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
* [Command](feature_command.md)
* [Dynamic Macros](feature_dynamic_macros.md)
* [Grave Escape](feature_grave_esc.md)
* [Joystick](feature_joystick.md)
* [Key Lock](feature_key_lock.md)
* [Layouts](feature_layouts.md)
* [Leader Key](feature_leader_key.md)
Expand Down
2 changes: 0 additions & 2 deletions quantum/joystick.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ typedef struct {

extern joystick_t joystick_status;

//#define JS_INDEX(id, key) (key|((id & 0x7)<<6))

//to be implemented in the hid protocol library
void send_joystick_packet(joystick_t* joystick);

Expand Down
1 change: 1 addition & 0 deletions quantum/quantum_keycodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ enum quantum_keycodes {

#ifdef JOYSTICK_ENABLE
JS_BUTTON0 = 0x5E00,
JS_BUTTON_MIN = JS_BUTTON0,
JS_BUTTON1,
JS_BUTTON2,
JS_BUTTON3,
Expand Down

0 comments on commit 0072ac2

Please sign in to comment.