[Keyboard] Update X-Bows Keyboard (#16765)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Shulin <mumu@x-bows.com>
This commit is contained in:
		
							parent
							
								
									1cfe49714f
								
							
						
					
					
						commit
						7d75f88ac9
					
				
					 11 changed files with 16 additions and 12 deletions
				
			
		| 
						 | 
					@ -17,8 +17,8 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "config_common.h"
 | 
					#include "config_common.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define VENDOR_ID    0xFEED
 | 
					#define VENDOR_ID    0x5842
 | 
				
			||||||
#define PRODUCT_ID   0x1225
 | 
					#define PRODUCT_ID   0x4B6E
 | 
				
			||||||
#define DEVICE_VER   0x0001
 | 
					#define DEVICE_VER   0x0001
 | 
				
			||||||
#define MANUFACTURER X-BOWS
 | 
					#define MANUFACTURER X-BOWS
 | 
				
			||||||
#define PRODUCT      KNIGHT
 | 
					#define PRODUCT      KNIGHT
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1 +1,2 @@
 | 
				
			||||||
VIA_ENABLE = yes
 | 
					VIA_ENABLE = yes
 | 
				
			||||||
 | 
					LTO_ENABLE = yes
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -17,8 +17,8 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "config_common.h"
 | 
					#include "config_common.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define VENDOR_ID    0xFEED
 | 
					#define VENDOR_ID    0x5842
 | 
				
			||||||
#define PRODUCT_ID   0x1227
 | 
					#define PRODUCT_ID   0x4B50
 | 
				
			||||||
#define DEVICE_VER   0x0001
 | 
					#define DEVICE_VER   0x0001
 | 
				
			||||||
#define MANUFACTURER X-BOWS
 | 
					#define MANUFACTURER X-BOWS
 | 
				
			||||||
#define PRODUCT      KNIGHT_PLUS
 | 
					#define PRODUCT      KNIGHT_PLUS
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1 +1,2 @@
 | 
				
			||||||
VIA_ENABLE = yes
 | 
					VIA_ENABLE = yes
 | 
				
			||||||
 | 
					LTO_ENABLE = yes
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -17,8 +17,8 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "config_common.h"
 | 
					#include "config_common.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define VENDOR_ID    0xFEED
 | 
					#define VENDOR_ID    0x5842
 | 
				
			||||||
#define PRODUCT_ID   0x1226
 | 
					#define PRODUCT_ID   0x4E61
 | 
				
			||||||
#define DEVICE_VER   0x0001
 | 
					#define DEVICE_VER   0x0001
 | 
				
			||||||
#define MANUFACTURER X-BOWS
 | 
					#define MANUFACTURER X-BOWS
 | 
				
			||||||
#define PRODUCT      NATURE
 | 
					#define PRODUCT      NATURE
 | 
				
			||||||
| 
						 | 
					@ -35,7 +35,7 @@
 | 
				
			||||||
#    define RGB_MATRIX_LED_FLUSH_LIMIT 16
 | 
					#    define RGB_MATRIX_LED_FLUSH_LIMIT 16
 | 
				
			||||||
#    define RGB_DISABLE_AFTER_TIMEOUT 0          // number of ticks to wait until disabling effects
 | 
					#    define RGB_DISABLE_AFTER_TIMEOUT 0          // number of ticks to wait until disabling effects
 | 
				
			||||||
#    define RGB_DISABLE_WHEN_USB_SUSPENDED       // turn off effects when suspended
 | 
					#    define RGB_DISABLE_WHEN_USB_SUSPENDED       // turn off effects when suspended
 | 
				
			||||||
// #    define RGB_MATRIX_KEYPRESSES
 | 
					#    define RGB_MATRIX_KEYPRESSES
 | 
				
			||||||
#    define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200
 | 
					#    define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200
 | 
				
			||||||
#    define RGB_MATRIX_CENTER \
 | 
					#    define RGB_MATRIX_CENTER \
 | 
				
			||||||
        { 92, 33 }
 | 
					        { 92, 33 }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1 +1,2 @@
 | 
				
			||||||
VIA_ENABLE = yes
 | 
					VIA_ENABLE = yes
 | 
				
			||||||
 | 
					LTO_ENABLE = yes
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -16,6 +16,5 @@ NKRO_ENABLE = yes           # Enable N-Key Rollover
 | 
				
			||||||
BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
 | 
					BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
 | 
				
			||||||
RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
 | 
					RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
 | 
				
			||||||
AUDIO_ENABLE = no           # Audio output
 | 
					AUDIO_ENABLE = no           # Audio output
 | 
				
			||||||
SLEEP_LED_ENABLE = yes
 | 
					 | 
				
			||||||
RGB_MATRIX_ENABLE = yes
 | 
					RGB_MATRIX_ENABLE = yes
 | 
				
			||||||
RGB_MATRIX_DRIVER = IS31FL3731
 | 
					RGB_MATRIX_DRIVER = IS31FL3731
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -17,8 +17,8 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "config_common.h"
 | 
					#include "config_common.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define VENDOR_ID    0xFEED
 | 
					#define VENDOR_ID    0x5842
 | 
				
			||||||
#define PRODUCT_ID   0x1228
 | 
					#define PRODUCT_ID   0x4E75
 | 
				
			||||||
#define DEVICE_VER   0x0001
 | 
					#define DEVICE_VER   0x0001
 | 
				
			||||||
#define MANUFACTURER X-BOWS
 | 
					#define MANUFACTURER X-BOWS
 | 
				
			||||||
#define PRODUCT      NUMPAD
 | 
					#define PRODUCT      NUMPAD
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1 +1,2 @@
 | 
				
			||||||
VIA_ENABLE = yes
 | 
					VIA_ENABLE = yes
 | 
				
			||||||
 | 
					LTO_ENABLE = yes
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -17,8 +17,8 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "config_common.h"
 | 
					#include "config_common.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define VENDOR_ID    0xFEED
 | 
					#define VENDOR_ID    0x5842
 | 
				
			||||||
#define PRODUCT_ID   0x1229
 | 
					#define PRODUCT_ID   0x5261
 | 
				
			||||||
#define DEVICE_VER   0x0001
 | 
					#define DEVICE_VER   0x0001
 | 
				
			||||||
#define MANUFACTURER X-BOWS
 | 
					#define MANUFACTURER X-BOWS
 | 
				
			||||||
#define PRODUCT      Ranger
 | 
					#define PRODUCT      Ranger
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1 +1,2 @@
 | 
				
			||||||
VIA_ENABLE = yes
 | 
					VIA_ENABLE = yes
 | 
				
			||||||
 | 
					LTO_ENABLE = yes
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue