acyed / qtFx

Simple Qt program for changing the colors on Alienware 17
Apache License 2.0
17 stars 7 forks source link

The region map is not 100% correct for 17 R4 (2016) #4

Open liusida opened 7 years ago

liusida commented 7 years ago

the program was made for Alienware 17, I think. the region map is not 100% correct for my 17 R4.

for example,

Region "Keyboard Center" controls "Keyboard Right"; Region "Keyboard Left" controls "Keyboard Numpad" and so on.

do you know how to find a 17 R4 map? Thank you!

liusida commented 7 years ago

I am going to share my test result :

//Region Value of Alienware 17 R4
//2^i: binary value => Region
//i=0: 0b1 => Numpad
//i=1: 0b10 => Keyboard Right
//i=2: 0b100 => Keyboard Center
//i=3: 0b1000 => Keyboard Left
//i=4: 0b10000 => ?
//i=5: 0b100000 => Logo on the back
//i=6: 0b1000000 => 'ALIENWARE' Letters on the front
//i=7: 0b10000000 => ?
//i=8: 0b100000000 => Logo Power Button
//i=9: 0b1000000000 => ?
//i=10: 0b10000000000 => Left side horizontal -
//i=11: 0b100000000000 => Right side horizontal -
//i=12: 0b1000000000000 => Left side vertical |
//i=13: 0b10000000000000 => Right side vertical |
//i=14: 0b100000000000000 => ?
//i=15: 0b1000000000000000 => Keyboard Left Shortcut
spinor87 commented 7 years ago

Does it work for the Alienware 17 R4? It doesn't work for me at least, and I tried compiling from source as well. Did you need to change anything?