1
0
Fork 0

[Keyboard] Update Work Louder keyboards (#18109)

This commit is contained in:
Drashna Jael're 2022-08-19 16:49:37 -07:00 committed by GitHub
parent f1786cbd7b
commit 39f0fb7bea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 80 additions and 355 deletions

View file

@ -30,7 +30,7 @@
"max_brightness": 255,
"saturation_steps": 8
},
"url": "",
"url": "https://worklouder.cc/",
"usb": {
"device_version": "1.0.0",
"pid": "0xE6E3",

View file

@ -26,7 +26,7 @@ led_config_t g_led_config = { {
// clang-format on
#endif
#if defined(ENCODER_ENABLE) && !defined(ENCODERS) && !defined(ENCODER_MAP_ENABLE)
#if defined(ENCODER_ENABLE)
bool encoder_update_kb(uint8_t index, bool clockwise) {
if (!encoder_update_user(index, clockwise)) {
return false;