You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					37 lines
				
				867 B
			
		
		
			
		
	
	
					37 lines
				
				867 B
			| 
								 
											8 years ago
										 
									 | 
							
								#ifndef CLUEBOARD_66_REV1_CONFIG_H
							 | 
						||
| 
								 | 
							
								#define CLUEBOARD_66_REV1_CONFIG_H
							 | 
						||
| 
								 
											9 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 
											8 years ago
										 
									 | 
							
								#include "config_common.h"
							 | 
						||
| 
								 
											9 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 | 
							
								#define PRODUCT_ID      0x2301
							 | 
						||
| 
								 | 
							
								#define DEVICE_VER      0x0003
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* key matrix size */
							 | 
						||
| 
								 | 
							
								#define MATRIX_ROWS 5
							 | 
						||
| 
								 | 
							
								#define MATRIX_COLS 16
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// ROWS: Top to bottom, COLS: Left to right
							 | 
						||
| 
								 | 
							
								/* Column pin configuration
							 | 
						||
| 
								 | 
							
								* col: 0  1  2  3  4  5  6  7  8  9  10 11 12 13 14 15
							 | 
						||
| 
								 | 
							
								* pin: B3 F1 F4 F5 F6 C7 C6 B6 B5 B4 D7 D6 D4 F7 B0 B1
							 | 
						||
| 
								 | 
							
								*/
							 | 
						||
| 
								 | 
							
								#define MATRIX_COL_PINS { B3, F1, F4, F5, F6, C7, C6, B6, B5, B4, D7, D6, D4, F7, B0, B1 }
							 | 
						||
| 
								 | 
							
								/* Row pin configuration
							 | 
						||
| 
								 | 
							
								* row: 0  1  2  3  4
							 | 
						||
| 
								 | 
							
								* pin: D1 D0 D2 D5 D3
							 | 
						||
| 
								 | 
							
								*/
							 | 
						||
| 
								 | 
							
								#define MATRIX_ROW_PINS { D1, D0, D2, D5, D3 }
							 | 
						||
| 
								 | 
							
								#define UNUSED_PINS
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* Underlight configuration
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 
											9 years ago
										 
									 | 
							
								#define RGB_DI_PIN B2
							 | 
						||
| 
								 
											9 years ago
										 
									 | 
							
								#define RGBLIGHT_ANIMATIONS
							 | 
						||
| 
								 
											9 years ago
										 
									 | 
							
								#define RGBLED_NUM 14     // Number of LEDs
							 | 
						||
| 
								 | 
							
								#define RGBLIGHT_HUE_STEP 10
							 | 
						||
| 
								 | 
							
								#define RGBLIGHT_SAT_STEP 17
							 | 
						||
| 
								 | 
							
								#define RGBLIGHT_VAL_STEP 17
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 
											8 years ago
										 
									 | 
							
								#endif
							 |