diff options
author | Oscillope <jvrosenman@gmail.com> | 2017-11-08 11:13:48 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-08 11:13:48 -0500 |
commit | 05f15b789f4f6098a72474e028a19fdbccdaf2d3 (patch) | |
tree | 19c2ee85ff5e1fc595bc753c2d4a8a79d580dac1 /keyboards/jj40/config.h | |
parent | 7e2223f82237ab9c4426e54120cd4ac4d950c79b (diff) | |
download | qmk_firmware-05f15b789f4f6098a72474e028a19fdbccdaf2d3.tar.gz |
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)
Diffstat (limited to 'keyboards/jj40/config.h')
-rw-r--r-- | keyboards/jj40/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>. #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 |