Skip to content

Commit

Permalink
Add missing "All" key value from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeltris committed May 27, 2021
1 parent 81f62e3 commit 2f7f388
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GK6X/KeyValues.cs
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,9 @@ public enum DriverValue : uint
//0x09010005 - ?
//0x0901000A - ?

// Use 0xFEXXXXXX for fake values
All = 0xFE000001,// Used to assign all keys to a given value

// TODO: Find Bluetooth buttons 1-3
// TODO: Find Fn value (if it even exists)
// TODO: Find flash memory value (if it even exists)
Expand Down

0 comments on commit 2f7f388

Please sign in to comment.