system76 / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
93 stars 33 forks source link

Map LED controls on Launch Lite #26

Closed leviport closed 2 years ago

leviport commented 2 years ago

They cannot be mapped to 0, -, and + like on launch_1, so I've mapped them like this: ~Fn + [ = LED toggle~ ~Fn + ] = LED brightness down~ ~Fn + \ = LED brightness up~

~I'd be inclined to map brightness down and up to [ and ], but it also might make sense to keep them in the same order as they are on launch_1. I could definitely go either way, so discussion is welcome.~

Updated to: Fn + [ = LED brightness down Fn + ] = LED brightness up Fn + \ = LED toggle

linuxgnuru commented 2 years ago

testing with following layout as well as customers who don't have a launch might be confused why [ ] isn't up down: Fn + [ = LED brightness down Fn + ] = LED brightness up Fn + \ = LED brightness toggle

linuxgnuru commented 2 years ago

alternatively could we have right Fn mapped to Access Layer 3 and have the normal LED controls 0, -, =?

jackpot51 commented 2 years ago

I recommend to use [ for down, ] for up, \ for toggle, like @linuxgnuru said

leviport commented 2 years ago

Sounds good, I like that better too