mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-28 11:59:21 +00:00
Update keyboards/hfdkb/8s200/8s200.c
All right, thanks~ Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
99e22158f6
commit
bfe6d4f51c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user