sekigon-gonnoc / qmk_firmware

keyboard controller firmware for Atmel AVR and ARM USB families
http://qmk.fm
GNU General Public License v2.0
208 stars 84 forks source link

keyboard LEDS && adafruit bootloader soft jump #31

Closed karakum closed 4 years ago

karakum commented 4 years ago

Description

Types of Changes

Issues Fixed or Closed by This PR

Checklist

karakum commented 4 years ago

@sekigon-gonnoc compile error fixed. Build make caravelle_ble:default now successfull.

sekigon-gonnoc commented 4 years ago

Thanks

a826889260 commented 4 years ago

Very happy, I want to use lighting layer to display capslock, but led set * functions return void instead of bool, they do not allow for overriding the keyboard LED control,I tried led_Update_User(led_T led_State), but it doesn't seem to respond,So only led_Set_User(uint8_T usb_Led) Can it work?