Skip to content

Commit

Permalink
[Keyboard] add kbdmini; dztech, kbdfans keyboards cleanup (qmk#7223)
Browse files Browse the repository at this point in the history
* add kbdmini, dztech and kbdfans keyboards small fix

* Caps lock indicator moved from keymap

* Update dz65rgb.c

* fix error

* fix matthewrobo keymap error

* Update keyboards/kbdfans/kbd67/mkiirgb/mkiirgb.c

Co-Authored-By: fauxpark <[email protected]>

* Update keyboards/dztech/dz60rgb/dz60rgb.c

Co-Authored-By: fauxpark <[email protected]>

* Update keyboards/dztech/dz60rgb_ansi/dz60rgb_ansi.c

Co-Authored-By: fauxpark <[email protected]>

* Update keyboards/dztech/dz60rgb_wkl/dz60rgb_wkl.c

Co-Authored-By: fauxpark <[email protected]>

* Update keyboards/dztech/dz65rgb/dz65rgb.c

Co-Authored-By: fauxpark <[email protected]>

* wrap all of the g_led_config stuff and rgb matrix functions in ifdefs

wrap all of the g_led_config stuff and rgb matrix functions in ifdefs
  • Loading branch information
moyi4681 authored and drashna committed Nov 14, 2019
1 parent 5edd4b9 commit 426c03e
Show file tree
Hide file tree
Showing 64 changed files with 852 additions and 1,337 deletions.
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
#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

0 comments on commit 426c03e

Please sign in to comment.