Update keyboards/hfdkb/8s200/8s200.c

All right, thanks~

Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
lalalademaxiya 2025-07-10 22:05:59 +08:00 committed by GitHub
parent 99e22158f6
commit bfe6d4f51c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,7 +110,7 @@ const snled27351_led_t PROGMEM g_snled27351_leds[SNLED27351_LED_COUNT] = {
// clang-format on
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
if (process_record_user(keycode, record) != true) {
if (!process_record_user(keycode, record)) {
return false;
}
switch (keycode) {