From d5712714e695eb7827830ee4cbee7c081dd8c3e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Wed, 16 Oct 2024 13:25:06 +0200 Subject: [PATCH] dafuq? --- src/input/cardKbI2cImpl.cpp | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/input/cardKbI2cImpl.cpp b/src/input/cardKbI2cImpl.cpp index 15d4fb592..3c23aa410 100644 --- a/src/input/cardKbI2cImpl.cpp +++ b/src/input/cardKbI2cImpl.cpp @@ -9,9 +9,6 @@ CardKbI2cImpl::CardKbI2cImpl() : KbI2cBase("cardKB") {} void CardKbI2cImpl::init() { -<<<<<<< HEAD - if ((cardkb_found.address == 0x00) || (kb_model == 0x12)) { -======= if (kb_model == 0x12) { disable(); return; @@ -59,10 +56,9 @@ void CardKbI2cImpl::init() } #else if (cardkb_found.address == 0x00) { ->>>>>>> 96bcc781ee31f68e5eb7b778306525c630435bdd - disable(); - return; -} + disable(); + return; + } #endif - inputBroker->registerSource(this); - } \ No newline at end of file + inputBroker->registerSource(this); +} \ No newline at end of file