From 9464eca79e80d6385b0a1b81a6f10b9d1460e66e Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Wed, 14 Oct 2020 22:10:01 -0600 Subject: configured K9.3 cfg (mostly), assigned a model number, fixed typo in hwdef (main LEDs work now; 2nd LEDs not yet) (aux and button LEDs work too, plus switch) --- hwdef-Noctigon_K9.3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hwdef-Noctigon_K9.3.h') diff --git a/hwdef-Noctigon_K9.3.h b/hwdef-Noctigon_K9.3.h index 15f93cb..d48623a 100644 --- a/hwdef-Noctigon_K9.3.h +++ b/hwdef-Noctigon_K9.3.h @@ -121,8 +121,8 @@ inline void hwdef_setup() { | (1 << AUXLED_G_PIN) | (1 << AUXLED_B_PIN) | (1 << BUTTON_LED_PIN) - | (1 << LED_ENABLE_PIN); - | (1 << LED2_ENABLE_PIN); + | (1 << LED_ENABLE_PIN) + | (1 << LED2_ENABLE_PIN) ; // configure PWM -- cgit v1.2.3