diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-09-11 19:24:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-11 19:24:59 -0400 |
commit | ffa12f9235904bc338342f0ce288bbaf46620479 (patch) | |
tree | 57b533ebdeb153d2dace74aae1fe98f82daad14c /keyboards/hhkb/keymaps/jp/Makefile | |
parent | b06b8f5c18ee52ee4fbafab4593fd25f970a6d1f (diff) | |
parent | 2a8536f00fb7e3a547fb5b626279e2e391e556d5 (diff) |
Merge pull request #743 from shelaf/patch-2
Fix compiler warnings for HHKB
Diffstat (limited to 'keyboards/hhkb/keymaps/jp/Makefile')
-rw-r--r-- | keyboards/hhkb/keymaps/jp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hhkb/keymaps/jp/Makefile b/keyboards/hhkb/keymaps/jp/Makefile index 92986292a2..a7f700f019 100644 --- a/keyboards/hhkb/keymaps/jp/Makefile +++ b/keyboards/hhkb/keymaps/jp/Makefile @@ -1 +1 @@ -HHKB_JP=yes +OPT_DEFS += -DHHKB_JP |