diff options
author | くまお工房 <52371962+kumaokobo@users.noreply.github.com> | 2019-11-20 05:51:47 +0900 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-19 12:51:47 -0800 |
commit | bb87bdec82433053eef68caa5fe4a03083a13e9c (patch) | |
tree | 6d726c80f221eb7fc3b446d36c4d435abdee5169 /keyboards/kudox/kudox.h | |
parent | 687a24f2980e6e490ac8e43104f4176b033c9243 (diff) | |
download | qmk_firmware-bb87bdec82433053eef68caa5fe4a03083a13e9c.tar.gz |
[Keyboard] Add Kudox column-staggered layout. (#7400)
* Add Kudox columner layout.
* Remove an extra comma from info.json.
Diffstat (limited to 'keyboards/kudox/kudox.h')
-rw-r--r-- | keyboards/kudox/kudox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/kudox/kudox.h b/keyboards/kudox/kudox.h index 176f02fb5..09549fbc5 100644 --- a/keyboards/kudox/kudox.h +++ b/keyboards/kudox/kudox.h @@ -22,5 +22,8 @@ #ifdef KEYBOARD_kudox_rev2 #include "rev2.h" #endif +#ifdef KEYBOARD_kudox_columner + #include "columner.h" +#endif #include "quantum.h" |