From 3f886a3efe2b2922cb18cd255f3b2a8c00b60ee3 Mon Sep 17 00:00:00 2001 From: noroadsleft <18669334+noroadsleft@users.noreply.github.com> Date: Tue, 3 Jul 2018 16:14:08 -0700 Subject: Play Keyboard 60 refactor and Configurator update (#3287) * Matrix refactor * Keymap refactor * Configurator update * Add LAYOUTS = 60_ansi_split_bs_rshift to rules.mk * Keymap bugfix: deleted two extra commas --- keyboards/playkbtw/pk60/rules.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'keyboards/playkbtw/pk60/rules.mk') diff --git a/keyboards/playkbtw/pk60/rules.mk b/keyboards/playkbtw/pk60/rules.mk index cf3f54c71..7e3e373cf 100644 --- a/keyboards/playkbtw/pk60/rules.mk +++ b/keyboards/playkbtw/pk60/rules.mk @@ -53,4 +53,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality AUDIO_ENABLE = no -RGBLIGHT_ENABLE = yes \ No newline at end of file +RGBLIGHT_ENABLE = yes + +LAYOUTS = 60_ansi_split_bs_rshift -- cgit v1.2.3