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

partially modernize dactyl_minidox #21576

Merged
merged 2 commits into from
Oct 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update config.h
revert RGB_MATRIX conditional
  • Loading branch information
dunk2k committed Jul 28, 2023
commit 645c9cc396fe1a8af2da9e0de741e9ab304b27f1
8 changes: 3 additions & 5 deletions keyboards/handwired/dactyl_minidox/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once

// WS2812 RGB LED strip input and number of LEDs
#ifdef RBG_MATRIX_ENABLE
# define RGB_MATRIX_LED_COUNT 36
# define RGB_MATRIX_SPLIT { 18, 18 }
# define RGB_MATRIX_CENTER { 133, 54 }
#endif
#define RGB_MATRIX_LED_COUNT 36
#define RGB_MATRIX_SPLIT { 18, 18 }
#define RGB_MATRIX_CENTER { 133, 54 }

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#undef LOCKING_SUPPORT_ENABLE
Expand Down