From 62a86031223fcbfbed437493c69b27493c52206d Mon Sep 17 00:00:00 2001 From: wanleg <32079073+wanleg@users.noreply.github.com> Date: Thu, 2 Aug 2018 13:48:39 -0700 Subject: Keyboard: 4x4 modular keyboard (#3531) * add support for 4x4 macropad * Update readme.md * set DFU escape key * cleanup * Update config.h * Update keymap.c * Update config.h * Update keymap.c * Update 4x4.h * reviewed fudging review automation * playing with the system * reverting * Required additions made Added support for additional layouts * tidy up default keymap --- keyboards/4x4/keymaps/default/config.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 keyboards/4x4/keymaps/default/config.h (limited to 'keyboards/4x4/keymaps/default/config.h') diff --git a/keyboards/4x4/keymaps/default/config.h b/keyboards/4x4/keymaps/default/config.h new file mode 100644 index 000000000..d533d806c --- /dev/null +++ b/keyboards/4x4/keymaps/default/config.h @@ -0,0 +1,5 @@ + + +#pragma once + +// place overrides here -- cgit v1.2.3