From ed41050e3fcaecd29ae7efe42f821c56b9787210 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 8 May 2019 23:11:12 -0700 Subject: [PATCH] astyle fix --- src/kaleidoscope/hardware/technomancy/Atreus2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kaleidoscope/hardware/technomancy/Atreus2.h b/src/kaleidoscope/hardware/technomancy/Atreus2.h index f89b6904..cad7c6f3 100644 --- a/src/kaleidoscope/hardware/technomancy/Atreus2.h +++ b/src/kaleidoscope/hardware/technomancy/Atreus2.h @@ -40,7 +40,7 @@ class Atreus2: public kaleidoscope::hardware::ATMegaKeyboard { ROW_PIN_LIST({PIN_F6, PIN_F5, PIN_F4, PIN_F1}), COL_PIN_LIST({PIN_F7, PIN_E2, PIN_C7, PIN_C6, PIN_B6, PIN_B5, PIN_D7, PIN_D6, PIN_D4, PIN_D5, PIN_D3, PIN_D2}) - ) + ) static constexpr int8_t led_count = 0; void resetDevice();