From 171de545dd7b0c7bb0f43b33b20582f50980566b Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Wed, 26 Dec 2018 00:28:38 +0100 Subject: [PATCH] hardware/Atreus: Fix a thinko in the legacy-teensy variant's code Signed-off-by: Gergely Nagy --- src/kaleidoscope/hardware/technomancy/Atreus.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/kaleidoscope/hardware/technomancy/Atreus.h b/src/kaleidoscope/hardware/technomancy/Atreus.h index 7b500067..00ce781b 100644 --- a/src/kaleidoscope/hardware/technomancy/Atreus.h +++ b/src/kaleidoscope/hardware/technomancy/Atreus.h @@ -61,7 +61,6 @@ class Atreus: public kaleidoscope::hardware::ATMegaKeyboard { ROW_PIN_LIST({PIN_D0, PIN_D1, PIN_D2, PIN_D3}), COL_PIN_LIST({PIN_F6, PIN_F5, PIN_F4, PIN_B7, PIN_B6, PIN_B5, PIN_B4, PIN_B3, PIN_B2, PIN_B1, PIN_B0}) ); - ) #endif static constexpr int8_t led_count = 0;