16 lines
		
	
	
	
		
			412 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			412 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* SPDX-License-Identifier: GPL-2.0-or-later */
 | 
						|
/* Copyright 2023 splitkb.com <support@splitkb.com> */
 | 
						|
 | 
						|
#pragma once
 | 
						|
 | 
						|
#define VIAL_KEYBOARD_UID {0x0C, 0x24, 0x37, 0xD1, 0xF9, 0x8B, 0x9C, 0x31}
 | 
						|
 | 
						|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 5 }
 | 
						|
#define VIAL_UNLOCK_COMBO_COLS { 0, 0 }
 | 
						|
 | 
						|
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
 | 
						|
#define RGB_MATRIX_KEYPRESSES
 | 
						|
 | 
						|
#define ENCODER_RESOLUTION 2
 | 
						|
 | 
						|
#define DYNAMIC_KEYMAP_LAYER_COUNT 8
 |