diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-16 20:18:33 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-16 20:18:33 +1100 |
commit | 9dbee3e23d28e5f61384bbb5650505a572022341 (patch) | |
tree | bfa5fae549305e780fb81ce7275ced1f808a7e36 /keyboards/durgod/dgk6x/hades | |
parent | 72da3ee63e110392bebaa64dd7d862fb99097505 (diff) |
Remove useless "ifdef KEYBOARD_*" (#20078)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/durgod/dgk6x/hades')
-rw-r--r-- | keyboards/durgod/dgk6x/hades/config.h | 2 | ||||
-rw-r--r-- | keyboards/durgod/dgk6x/hades/hades.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/durgod/dgk6x/hades/config.h b/keyboards/durgod/dgk6x/hades/config.h index b1b29b182a..47f6da5988 100644 --- a/keyboards/durgod/dgk6x/hades/config.h +++ b/keyboards/durgod/dgk6x/hades/config.h @@ -20,3 +20,5 @@ #define DRIVER_1_LED_TOTAL 58 #define DRIVER_2_LED_TOTAL 10 #endif + +#define CAPS_LED 30 diff --git a/keyboards/durgod/dgk6x/hades/hades.h b/keyboards/durgod/dgk6x/hades/hades.h index 630f7e92b5..a1840dff0f 100644 --- a/keyboards/durgod/dgk6x/hades/hades.h +++ b/keyboards/durgod/dgk6x/hades/hades.h @@ -17,8 +17,6 @@ #include "quantum.h" -#define CAPS_LED 30 - #define XXX KC_NO // This a shortcut to help you visually see your layout. |