forked from mirrors/qmk_userspace
Fixes for JJ40 and Oscillope keymap (#2496)
* Add navigation layer for hjkl arrow keys * Fix Oscillope keymap after jj40.h changes. Also fix jj40.c so that it can build without rgblight if you don't want that enabled.
This commit is contained in:
parent
566399794a
commit
7d9dc61504
4 changed files with 47 additions and 6 deletions
9
keyboards/jj40/keymaps/oscillope/config.h
Normal file
9
keyboards/jj40/keymaps/oscillope/config.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef CONFIG_USER_H
|
||||
#define CONFIG_USER_H
|
||||
|
||||
#include "../../config.h"
|
||||
|
||||
#define PREVENT_STUCK_MODIFIERS
|
||||
#define TAPPING_TERM 300
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue