Reorganize includes and declarations

This commit is contained in:
Scott Lahteine
2018-10-28 02:59:21 -05:00
parent 43cf913048
commit b063b1b722
6 changed files with 44 additions and 31 deletions

View File

@ -50,8 +50,6 @@
#endif
#endif
extern volatile uint8_t buttons; //an extended version of the last checked buttons in a bit array.
////////////////////////////////////
// Setup button and encode mappings for each panel (into 'buttons' variable
//
@ -61,6 +59,8 @@ extern volatile uint8_t buttons; //an extended version of the last checked butt
#if ENABLED(ULTIPANEL)
extern volatile uint8_t buttons;
//
// Setup other button mappings of each panel
//