diff options
author | Zach Nielsen <nielsen.zac@gmail.com> | 2016-11-10 12:59:55 -0800 |
---|---|---|
committer | Zach Nielsen <nielsen.zac@gmail.com> | 2016-11-10 12:59:55 -0800 |
commit | 4c0aa02b2e476a8f939586a0da2f28f2a44c83c3 (patch) | |
tree | ddabdd0bd1613030c9b6b834244ea45e83272c49 /keyboards/planck/keymaps/zach/config.h | |
parent | c07ef5c6abd7875c19c4bcbe3bcaecd123862fd3 (diff) |
Missed some stuff. Added a song (stole it from reddit).
Diffstat (limited to 'keyboards/planck/keymaps/zach/config.h')
-rw-r--r-- | keyboards/planck/keymaps/zach/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/zach/config.h b/keyboards/planck/keymaps/zach/config.h index 1be800545a..7deb9ebfe8 100644 --- a/keyboards/planck/keymaps/zach/config.h +++ b/keyboards/planck/keymaps/zach/config.h @@ -53,8 +53,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ //#define LOCKING_SUPPORT_ENABLE +#undef LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ //#define LOCKING_RESYNC_ENABLE +#undef LOCKING_RESYNC_ENABLE /* key combination for command */ #define IS_COMMAND() ( \ @@ -70,6 +72,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_DEBUG /* disable print */ //#define NO_PRINT +#undef NO_PRINT /* disable action features */ //#define NO_ACTION_LAYER |