summaryrefslogtreecommitdiff
path: root/keyboards/jj40/jj40.h
diff options
context:
space:
mode:
authorOscillope2017-12-20 19:54:43 -0500
committerJack Humbert2017-12-20 19:54:43 -0500
commit846598541b03d97b2b3fbab0a276110d215ce9e2 (patch)
treea75f9cf35b19b32d6bc12c29e5032a8ce064f3b3 /keyboards/jj40/jj40.h
parentc68597d9ad983c7d8f2b857f795037f2a441522d (diff)
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.h1
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"