From 05f15b789f4f6098a72474e028a19fdbccdaf2d3 Mon Sep 17 00:00:00 2001 From: Oscillope Date: Wed, 8 Nov 2017 11:13:48 -0500 Subject: More "oscillope" keymap fixes. (#1982) * More keymap fixes. F-row on bottom layer wasn't fully setup, also switched raise/lower keys to use tap-toggle. * Added PrScr, put Tab back on top layer. * Fixed build breakage with default keymap (unneeded rgblight.h include) --- keyboards/jj40/config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'keyboards/jj40/config.h') diff --git a/keyboards/jj40/config.h b/keyboards/jj40/config.h index 6a6682f99..fdea4a042 100644 --- a/keyboards/jj40/config.h +++ b/keyboards/jj40/config.h @@ -29,8 +29,7 @@ along with this program. If not, see . #define MATRIX_ROWS 8 #define MATRIX_COLS 15 -#define RGBLED_NUM 16 -#define RGBLIGHT_ANIMATIONS +#define TAPPING_TOGGLE 3 #define NO_UART 1 #define BOOTLOADHID_BOOTLOADER 1 -- cgit v1.2.3-24-g4f1b