Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add kbdmini keyboard;dztech and kbdfans keyboards small fix #7223

Merged
merged 12 commits into from
Nov 14, 2019
Merged
8 changes: 5 additions & 3 deletions keyboards/dz60/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@

/* number of backlight levels */
#define BACKLIGHT_PIN B6
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 5

#endif
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5

Expand All @@ -35,12 +36,13 @@

/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE

#define RGB_DI_PIN E2
#ifdef RGB_DI_PIN
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 16
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8

#define RGBLIGHT_SLEEP
drashna marked this conversation as resolved.
Show resolved Hide resolved
#endif
#endif
203 changes: 0 additions & 203 deletions keyboards/dztech/dz40rgb/dz40rgb.c

This file was deleted.

27 changes: 0 additions & 27 deletions keyboards/dztech/dz40rgb/dz40rgb.h

This file was deleted.

3 changes: 0 additions & 3 deletions keyboards/dztech/dz40rgb/keymaps/default/config.h

This file was deleted.

71 changes: 0 additions & 71 deletions keyboards/dztech/dz40rgb/keymaps/default/keymap.c

This file was deleted.

5 changes: 0 additions & 5 deletions keyboards/dztech/dz40rgb/keymaps/split_space/config.h

This file was deleted.

Loading