Skip to content

Commit

Permalink
[Keyboard] Update YMDK Split 64 config (qmk#16979)
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Challis <[email protected]>
Co-authored-by: Ryan <[email protected]>
  • Loading branch information
3 people authored and zykrah committed Jul 2, 2022
1 parent 5f8096d commit 5aba0c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions keyboards/ymdk/sp64/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#define RIGHT_HALF

/* LED indicator lights */
#define LED_CAPS_LOCK_PIN D1
#define LED_NUM_LOCK_PIN D0
#define LED_SCROLL_LOCK_PIN D6

/* RGB underglow */
#define RGBLED_NUM 12
#define RGBLIGHT_HUE_STEP 8
Expand Down
9 changes: 5 additions & 4 deletions keyboards/ymdk/sp64/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ BOOTLOADER = bootloadhid
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
#BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
AUDIO_ENABLE = no # There is no speaker on this PCB
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
AUDIO_ENABLE = no # Audio output
AUDIO_SUPPORTED = no
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
CUSTOM_MATRIX = yes

# Needed for underglow
WS2812_DRIVER = i2c

SRC += matrix.c
SRC += matrix.c
QUANTUM_LIB_SRC += i2c_master.c

0 comments on commit 5aba0c0

Please sign in to comment.