diff options
| author | Selene ToyKeeper | 2020-10-14 22:10:01 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-10-14 22:10:01 -0600 |
| commit | 9464eca79e80d6385b0a1b81a6f10b9d1460e66e (patch) | |
| tree | a1fb8ea0af72e744c83ace61c973d25b585ce2f8 /hwdef-Noctigon_K9.3.h | |
| parent | copied KR4 cfg to K9.3 cfg (diff) | |
| download | anduril-9464eca79e80d6385b0a1b81a6f10b9d1460e66e.tar.gz anduril-9464eca79e80d6385b0a1b81a6f10b9d1460e66e.tar.bz2 anduril-9464eca79e80d6385b0a1b81a6f10b9d1460e66e.zip | |
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)
Diffstat (limited to 'hwdef-Noctigon_K9.3.h')
| -rw-r--r-- | hwdef-Noctigon_K9.3.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
