[Keyboard] Tidy Up pearlboards (#16497)
This commit is contained in:
		
							parent
							
								
									bbd47fcaa2
								
							
						
					
					
						commit
						2d8266bd7b
					
				
					 5 changed files with 38 additions and 38 deletions
				
			
		| 
						 | 
				
			
			@ -10,13 +10,13 @@ BOOTLOADER = atmel-dfu
 | 
			
		|||
BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite
 | 
			
		||||
MOUSEKEY_ENABLE = yes       # Mouse keys
 | 
			
		||||
EXTRAKEY_ENABLE = yes       # Audio control and System control
 | 
			
		||||
CONSOLE_ENABLE = no        # Console for debug
 | 
			
		||||
COMMAND_ENABLE = no        # Commands for debug and configuration
 | 
			
		||||
CONSOLE_ENABLE = no         # Console for debug
 | 
			
		||||
COMMAND_ENABLE = no         # Commands for debug and configuration
 | 
			
		||||
NKRO_ENABLE = yes           # Enable N-Key Rollover
 | 
			
		||||
BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
 | 
			
		||||
RGBLIGHT_ENABLE = yes        # Enable keyboard RGB underglow
 | 
			
		||||
RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow
 | 
			
		||||
AUDIO_ENABLE = no           # Audio output
 | 
			
		||||
DIP_SWITCH_ENABLE = yes
 | 
			
		||||
ENCODER_ENABLE = yes
 | 
			
		||||
DIP_SWITCH_ENABLE = yes     # Enable dip switches
 | 
			
		||||
ENCODER_ENABLE = yes        # Rotary encoder
 | 
			
		||||
 | 
			
		||||
LTO_ENABLE = yes
 | 
			
		||||
LTO_ENABLE = yes            # Link time optimization
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,8 +16,8 @@ NKRO_ENABLE = yes           # Enable N-Key Rollover
 | 
			
		|||
BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
 | 
			
		||||
RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow
 | 
			
		||||
AUDIO_ENABLE = yes          # Audio output
 | 
			
		||||
ENCODER_ENABLE = yes
 | 
			
		||||
HAPTIC_ENABLE = yes
 | 
			
		||||
HAPTIC_DRIVER = DRV2605L
 | 
			
		||||
ENCODER_ENABLE = yes        # Rotary encoder
 | 
			
		||||
HAPTIC_ENABLE = yes         # Rumble feefback
 | 
			
		||||
HAPTIC_DRIVER = DRV2605L    # Rumble motor
 | 
			
		||||
 | 
			
		||||
LTO_ENABLE = yes
 | 
			
		||||
LTO_ENABLE = yes            # Link time optimization
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,18 +19,18 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		|||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
  [0] = LAYOUT_all(
 | 
			
		||||
		KC_ESC,   KC_LCTL,  KC_LALT,  KC_MEDIA_PLAY_PAUSE,
 | 
			
		||||
		KC_NLCK,  KC_PSLS,  KC_PAST,  MO(1),
 | 
			
		||||
		KC_P7,    KC_P8,    KC_P9,    KC_PPLS,
 | 
			
		||||
		KC_P4,    KC_P5,    KC_P6,    KC_PPLS,
 | 
			
		||||
		KC_P1,    KC_P2,    KC_P3,    KC_PENT,
 | 
			
		||||
		KC_P0,    KC_P0,    KC_PDOT,  KC_PENT),
 | 
			
		||||
		LT(1, KC_ESC),  KC_LCTL,  KC_LALT,  KC_MEDIA_PLAY_PAUSE,
 | 
			
		||||
		KC_NLCK,        KC_PSLS,  KC_PAST,  KC_PMNS,
 | 
			
		||||
		KC_P7,          KC_P8,    KC_P9,    KC_PPLS,
 | 
			
		||||
		KC_P4,          KC_P5,    KC_P6,    KC_PPLS,
 | 
			
		||||
		KC_P1,          KC_P2,    KC_P3,    KC_PENT,
 | 
			
		||||
		KC_P0,          KC_P0,    KC_PDOT,  KC_PENT),
 | 
			
		||||
 | 
			
		||||
  [1] = LAYOUT_all(
 | 
			
		||||
		RESET,    KC_LCTL,  KC_LALT,  KC_TRNS,
 | 
			
		||||
		RGB_TOG,  RGB_MOD,  RGB_HUI,  KC_PMNS,
 | 
			
		||||
		KC_P7,    KC_P8,    KC_P9,    KC_PPLS,
 | 
			
		||||
		KC_P4,    KC_P5,    KC_P6,    KC_PPLS,
 | 
			
		||||
		KC_P1,    KC_P2,    KC_P3,    KC_PENT,
 | 
			
		||||
		KC_P0,    KC_P0,    KC_PDOT,  KC_PENT)
 | 
			
		||||
		KC_TRNS,  KC_TRNS,  KC_TRNS,  KC_TRNS,
 | 
			
		||||
		RESET,    RGB_TOG,  RGB_MOD,  RGB_HUI,
 | 
			
		||||
    KC_TRNS,  KC_TRNS,  KC_TRNS,  KC_TRNS,
 | 
			
		||||
    KC_TRNS,  KC_TRNS,  KC_TRNS,  KC_TRNS,
 | 
			
		||||
    KC_TRNS,  KC_TRNS,  KC_TRNS,  KC_TRNS,
 | 
			
		||||
    KC_TRNS,  KC_TRNS,  KC_TRNS,  KC_TRNS)
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,20 +19,20 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		|||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
  [0] = LAYOUT_all(
 | 
			
		||||
		KC_ESC,   RGB_TOG,  RGB_MOD,  KC_MEDIA_PLAY_PAUSE,
 | 
			
		||||
		KC_NLCK,  KC_PSLS,  KC_PAST,  MO(1),
 | 
			
		||||
		KC_P7,    KC_P8,    KC_P9,    KC_PPLS,
 | 
			
		||||
		KC_P4,    KC_P5,    KC_P6,    KC_PPLS,
 | 
			
		||||
		KC_P1,    KC_P2,    KC_P3,    KC_PENT,
 | 
			
		||||
		KC_P0,    KC_P0,    KC_PDOT,  KC_PENT),
 | 
			
		||||
		LT(1, KC_ESC),  RGB_TOG,  RGB_MOD,  KC_MEDIA_PLAY_PAUSE,
 | 
			
		||||
		KC_NLCK,        KC_PSLS,  KC_PAST,  KC_PMNS,
 | 
			
		||||
		KC_P7,          KC_P8,    KC_P9,    KC_PPLS,
 | 
			
		||||
		KC_P4,          KC_P5,    KC_P6,    KC_PPLS,
 | 
			
		||||
		KC_P1,          KC_P2,    KC_P3,    KC_PENT,
 | 
			
		||||
		KC_P0,          KC_P0,    KC_PDOT,  KC_PENT),
 | 
			
		||||
 | 
			
		||||
  [1] = LAYOUT_all(
 | 
			
		||||
		RESET,    KC_LCTL,  KC_LALT,  KC_TRNS,
 | 
			
		||||
		RGB_TOG,  RGB_MOD,  RGB_HUI,  KC_PMNS,
 | 
			
		||||
		KC_P7,    KC_P8,    KC_P9,    KC_PPLS,
 | 
			
		||||
		KC_P4,    KC_P5,    KC_P6,    KC_PPLS,
 | 
			
		||||
		KC_P1,    KC_P2,    KC_P3,    KC_PENT,
 | 
			
		||||
		KC_P0,    KC_P0,    KC_PDOT,  KC_PENT),
 | 
			
		||||
		KC_TRNS,  KC_TRNS,  KC_TRNS,  KC_TRNS,
 | 
			
		||||
		RESET,    RGB_TOG,  RGB_MOD,  RGB_HUI,
 | 
			
		||||
    KC_TRNS,  KC_TRNS,  KC_TRNS,  KC_TRNS,
 | 
			
		||||
    KC_TRNS,  KC_TRNS,  KC_TRNS,  KC_TRNS,
 | 
			
		||||
    KC_TRNS,  KC_TRNS,  KC_TRNS,  KC_TRNS,
 | 
			
		||||
    KC_TRNS,  KC_TRNS,  KC_TRNS,  KC_TRNS),
 | 
			
		||||
 | 
			
		||||
  [2] = LAYOUT_all(
 | 
			
		||||
    KC_TRNS,  KC_TRNS,  KC_TRNS,  KC_TRNS,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,8 +16,8 @@ NKRO_ENABLE = yes           # Enable N-Key Rollover
 | 
			
		|||
BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
 | 
			
		||||
RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow
 | 
			
		||||
AUDIO_ENABLE = no           # Audio output
 | 
			
		||||
ENCODER_ENABLE = yes
 | 
			
		||||
OLED_ENABLE = yes
 | 
			
		||||
OLED_DRIVER = SSD1306
 | 
			
		||||
ENCODER_ENABLE = yes        # Rotary encoder
 | 
			
		||||
OLED_ENABLE = yes           # Enable oled
 | 
			
		||||
OLED_DRIVER = SSD1306       # Oled type
 | 
			
		||||
 | 
			
		||||
LTO_ENABLE = yes
 | 
			
		||||
LTO_ENABLE = yes            # Link time optimization
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue