Chris M
db5d9b4e4d
Moved Blackwidow V3 TKL to KLM layout
2023-04-13 10:05:48 +10:00
Chris M
d012173ebe
Moved Blackwidow Chroma TE to KLM layout
2023-04-12 07:32:52 +10:00
Chris M
e4b9b8fce4
Moved Blackwidow Chroma to KLM layout
2023-04-12 07:06:46 +10:00
Chris M
c7b417ed8a
Moved Blackwidow Chroma V2 to KLM layout
2023-04-10 13:53:09 +10:00
Chris M
1981e70830
Standardise KeyboardLayoutManager interface with Opcodes
...
* Added new KEYBOARD_OPCODE enum
* Updated `keyboard_leds` to include new opcode
* Reorganised InsertKeys and SwapKeys to work with struct change
* Changed public interfaces to only accept opcode changes
* Updated static keyboard declarations to align with new structures
2023-04-04 09:21:32 +10:00
Chris
cb447e3391
Correcting Razer Blackwidow X TE layout
...
* As per the changes in 2bfa6e87 to the KLM changes made in 9cd278c3 need to be reverted to correct the layout.
2023-04-03 12:55:52 +10:00
Adam Honse
5f8ff8a659
Replace razer_empty_layout with NULL pointer for unimplemented KLM layouts
2023-04-02 14:05:06 -05:00
Adam Honse
16e76e8170
Fix crashing in RazerController when a keyboard has more than one matrix zone
2023-04-02 03:42:46 -05:00
Chris
56bad3f2b4
Moved Razer Blade 15 2022 to KLM layout
...
* Removed `blade_15_2022_keymap`
* Added `razer_blade_15_2022_layout`
* Adjusted metadata to reflect change.
2023-03-25 00:04:47 +11:00
Chris M
6091dc799c
Initial commit for Razer Deathstalker V2 Pro to resolve #3106
...
+ Added PID entry for the Deathstalker V2 Pro
+ Registered detectors
+ Added metadata to RazerDevices.cpp
+ Added capabilities to RazerController.cpp
2023-03-23 12:00:10 +11:00
Chris
406c83b300
Initial commit for Razer Deathstalker V2
...
+ Added PID for the Deathstalker V2
+ Registered detectors
+ Added layout and metadata to RazerDevices.cpp
+ Added capabilities to RazerController.cpp
+ Resolves #2904
2023-03-19 18:04:43 +00:00
Chris
9cd278c3e3
Correcting new Razer keyboard layouts
...
* Fixed Blackwidow X Chroma TE layout
* Fixed Blackwidow layout
2023-03-19 20:08:20 +11:00
Chris
482e8bf3e2
Small fix to correct the PU values for Glorious Model O Wireless
...
* Correcting both the HID_USAGE and non HID_USAGE values per @Kasper24's log
* Adding small fix for potential memeory leak
2023-03-18 00:11:02 +11:00
Bit Whisperer
6b6f75612f
Add Support for Razer Blade 15" 2022 (Part 2)
2023-03-17 13:08:52 +00:00
Bit Whisperer
2925af9f31
Add Support for Razer Blade 15" 2022
2023-03-17 00:10:47 +00:00
Chris M
27442475b1
Initial commit for Razer Blade Late 2021 Advanced to resolve #2520
...
+ Adding PID for the Blade 15 Late 2021 Advanced
+ Registered detectors
+ Added metadata to RazerDevices.cpp
+ Added capabilities to RazerController.cpp
2023-03-16 08:44:13 +11:00
Chris M
35453db3e0
Initial commit for the Keyboard Layout Manager
...
* Implements physical size:
Full Size
TKL
60%
* Implements regional layouts
ANSI QWERTY
ISO QWERTY
QWERTZ
AZERTY
JIS
* Customisible layouts produced by adding and swapping custom keys
allowing for keyboard SKU variants
* Exportable matrix maps filled by map count, matrix index or filled by an
array of values.
* Matrix map size adjustable to fixed width and height to support size
specific protocols. e.g. Razer
* Debug keyboards are customisable by adding the following values into
the JSON list.
"Layout" (int),
"Size" (int),
"Linear" (bool),
"Underglow" (bool),
"Insert" array[ { "Zone" (int), "Row" (int), "Col" (int), "Val"
(int), "Name": (string) } ],
"Swap" array[ { "Zone" (int), "Row" (int), "Col" (int), "Val" (int),
"Name": (string) } ]
2023-03-15 21:34:08 +00:00
Chris
f782c92faf
Adding missing matrix type for Razer BlackWidow X Chroma TE
...
* Keyboard resposiveness was relying on memalloc initialising `matrix_type` with known value.
* Also adding log warning to default case for troubleshooting purposes.
2023-02-08 22:30:28 +11:00
Chris
847b10bda9
Initial commit for Razer Blade 14 2022 to resolve #3067
...
+ Adding entry for the Blade 14 2022 PID
+ Registered detectors
+ Added metadata to RazerDevices.h
+ Added capabilities to RazerController.cpp
+ Adding QWERTZ layout to Blade 12 2022 mapping
+ Adding missing DE key names to RGBControllerKeyNames and
DeviceView.cpp
2023-02-01 22:51:09 +11:00
Chris M
a3e22bedcb
Initial commit for Razer Mouse Dock Pro to resolve #3068
...
+ Added PID entry for the Mouse Dock Pro
+ Registered detectors
+ Added metadata to RazerDevices.cpp
+ Added capabilities to RazerController.cpp
2023-01-30 14:14:55 +00:00
JDinABox
6fdc70d650
Add support for Razer Ornata V3X
...
Commit amended to address minor style issues by Adam Honse <calcprogrammer1@gmail.com>
2023-01-27 22:39:23 -06:00
Chris M
97234c811f
Adding media keys to Razer Cynosa V2 Keymap
...
* Resolves #3062
2023-01-27 17:52:17 +11:00
Flora Aubry
5c5ee6509a
Support for Razer Basilisk V3 Pro
2023-01-15 19:05:51 +00:00
Adam Honse
2f1212444c
Razer Core (v1) IPU changes
2023-01-09 02:19:44 +00:00
Chris
4cfe8c5d72
Adjusting IPU of Razer Core X Chroma due to 309557226
...
* Closes #2755
2023-01-08 16:29:56 +11:00
Chris
bce0efb083
Adding missing ISO keys to Huntsman V2 TKL layout to resolve #2927
...
* Appending the layout byte to the GetKeyboardLayoutName() in the default case
2022-12-30 23:55:46 +11:00
Codename-Antares
f85dd617d3
Initial Support for Razer Thunderbolt 4 Dock Chroma
2022-12-09 00:16:52 +00:00
Chris
0e96effc94
Adding Wave mode to Razer Mamba Elite to resolve #2874
2022-11-27 09:15:56 +00:00
roycwc
3146d8def4
Add Razer Ornata V3
2022-11-03 11:45:26 -05:00
Frederik Madsen
838164e549
Added functionality to get device/keyboard information for Razer devices
...
Amended to remove out-of-scope changes, rebase to master, and update all Razer keymaps by Adam Honse <calcprogrammer1@gmail.com>
2022-10-24 22:40:18 -05:00
Codename-Antares
ae8f40db00
Add Type Keypad & Tartarus Pro Layout for Razer
2022-10-21 16:52:09 +00:00
Codename-Antares
7f690b7027
Initial Support for My lovely new Razer Strider Chroma
2022-10-20 16:37:45 +00:00
Chris
6d7aa82b8b
Adjust Razer meta data to reflect changes in commit cc1a9212b
2022-09-05 09:50:13 +10:00
Adam Honse
cc1a9212b4
Update unknown type Razer devices to valid types
2022-09-04 23:23:10 +00:00
Adam Honse
bbaac044df
Move Razer constant data to a cpp file to fix multiple definition warnings
2022-09-04 20:44:28 +00:00
Chris
07f55095d5
Adjusting the Razer Huntsman V2 key layout to resolve #2673
...
* Adding `huntsman_v2_device` to device list
* Regression bug introduce with 942a842a
2022-08-18 00:20:32 +10:00
Chris
8926d29300
Initial commit for Razer Deathadder Essential V2 to resolve #2651
...
+ Added PID entry for the Deathadder Essential V2
+ Registered detectors
+ Added metadata to RazerDevices.h
+ Added capabilities to RazerController.cpp
+ Added `GetMaxBrightness()` to account for difference in brightness value
2022-08-15 20:08:47 +00:00
Adam Honse
58b1a29076
Remove SetCustomMode from some controllers (the ones in my PC)
2022-08-09 21:07:22 -05:00
Chris
f1860bf742
Initial commit for Razer Naga Classic to resolve #2646
...
+ Adding PID entry for the Naga Classic
+ Registered detectors
+ Added metadata to RazerDevices.h
+ Added capabilities to RazerController.cpp
2022-08-08 23:28:30 +10:00
Chris
223ec45a75
Adding Laptop Stand Chroma Device to razer device list.
2022-08-06 19:56:48 +00:00
Chris
be4c4bfabe
Adjusting Blackwidow V3 key map layout to resolve #2583
2022-08-06 19:42:35 +00:00
Chris
102d7cecef
Initial commit for Razer Laptop Stand Chroma to resolve #2638
...
+ Adding PID entry for the Laptop Stand Chroma
+ Registered detectors
+ Added metadata to RazerDevices.h
+ Added capabilities to RazerController.cpp
2022-08-02 21:05:03 +00:00
Chris
864422b4bc
Fixing regression from 942a842a
...
+ Adding ZONE_EN_KEYBOARD constant char* to KeyNames
+ Replacing declarations of "Keyboard" zone with new constant char*
+ Adding "Keyboard" zone check RGBController_Razer.cpp before hiding keys
2022-08-02 21:03:28 +00:00
Chris
942a842a32
Hiding non-keys from Razer keymaps
...
+ Setting matrix map key value if not found in defined layout
+ Correcting layout for `blackwidow_chroma_te_keymap` to include missing keys
2022-07-23 01:51:50 +10:00
Chris
3f03e4b550
Initial commit for Razer Blade 15 Base 2021 V2 to resolve #2599
...
+ Adding entry for the Blade 15 Base V2
+ Registered detectors
+ Added metadata to RazerDevices.h
+ Added capabilities to RazerController.cpp
2022-07-22 09:04:07 +10:00
Adam Honse
75711744e7
Use 16-LED linear layout for Blade Stealth Late 2020
2022-07-20 13:03:13 +00:00
Chris
8f8764232e
Adding Legend to Suported Devices
...
+ Adding 🤖 symbol for Automatic saving
+ Changing ⚠️ to 🚨 for better visibility
+ Adding :tools: symbol to mean `partial support`
+ Adding ⭕ symbol to mean not currently implemented by OpenRGB
2022-06-21 16:37:20 +00:00
Chris
a39f8dd560
Initial commit for Razer Laptop Stand V2 Chroma
...
+ Adding entry for the Laptop Stand V2 Chroma PID
+ Registered detectors
+ Added metadata to RazerDevices.h
+ Added capabilities to RazerController.cpp
+ Links to [webpage](https://www.razer.com/gaming-pc-accessories/razer-laptop-stand-chroma-v2 )
2022-06-19 21:28:08 +00:00
Chris
70fdf54d5e
Adding DEVICE_TYPE_MICROPHONE to enum
...
+ Adding microphone icons for light and dark theme
+ Adding entry into OpenRGBDialog2 to display icon
+ Creating `Microphone` category in "Supported Devices"
+ Changing Razer Seiren Emote to a `Microphone`
2022-06-10 10:40:58 +10:00
Chris
f812b26fdf
Initial commit for Razer DeathAdder V2 Mini to resolve #2380
...
+ Adding entry for the DeathAdder V2 Mini
+ Registered detectors
+ Added metadata to RazerDevices.h
+ Added capabilities to RazerController.cpp
2022-06-02 09:08:19 +00:00