Remove quantum.h includes from keyboard code (#23394)
				
					
				
			This commit is contained in:
		
							parent
							
								
									408f6e43cd
								
							
						
					
					
						commit
						c635733a7f
					
				
					 60 changed files with 123 additions and 70 deletions
				
			
		| 
						 | 
				
			
			@ -15,7 +15,8 @@
 | 
			
		|||
 */
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include "quantum.h"
 | 
			
		||||
#include <stdint.h>
 | 
			
		||||
#include "gpio.h"
 | 
			
		||||
 | 
			
		||||
/* Optional big LED pins */
 | 
			
		||||
#define BIG_LED_R_PIN D7
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -13,8 +13,15 @@
 | 
			
		|||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
#include "quantum.h"
 | 
			
		||||
 | 
			
		||||
#include "oled_display.h"
 | 
			
		||||
#include "keycodes.h"
 | 
			
		||||
#include "progmem.h"
 | 
			
		||||
#include "host.h"
 | 
			
		||||
#include "timer.h"
 | 
			
		||||
#include "wpm.h"
 | 
			
		||||
#include "rgblight.h"
 | 
			
		||||
#include "oled_driver.h"
 | 
			
		||||
 | 
			
		||||
static const char PROGMEM oled_mode_messages[5][15] = {
 | 
			
		||||
    "",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,6 +15,8 @@
 | 
			
		|||
 */
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <stdint.h>
 | 
			
		||||
 | 
			
		||||
typedef enum {
 | 
			
		||||
    OLED_MODE_IDLE = 0,
 | 
			
		||||
    OLED_MODE_VOLUME_UP = 1,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue