diff options
author | Oscillope <jvrosenman@gmail.com> | 2017-12-20 19:54:43 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-20 19:54:43 -0500 |
commit | 846598541b03d97b2b3fbab0a276110d215ce9e2 (patch) | |
tree | a75f9cf35b19b32d6bc12c29e5032a8ce064f3b3 /keyboards/jj40/jj40.h | |
parent | c68597d9ad983c7d8f2b857f795037f2a441522d (diff) | |
download | qmk_firmware-846598541b03d97b2b3fbab0a276110d215ce9e2.tar.gz |
Oscillope keymap: handy programming macros (#2176)
* Added macro to type -> since that symbol requres much finger acrobatics otherwise.
* Added macros for braces
Diffstat (limited to 'keyboards/jj40/jj40.h')
-rw-r--r-- | keyboards/jj40/jj40.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/jj40/jj40.h b/keyboards/jj40/jj40.h index b1a7a6238..6e90cb972 100644 --- a/keyboards/jj40/jj40.h +++ b/keyboards/jj40/jj40.h @@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef KEYMAP_COMMON_H #define KEYMAP_COMMON_H +#include "quantum.h" #include "quantum_keycodes.h" #include "keycode.h" #include "action.h" |