diff options
Diffstat (limited to 'keyboards/naked48/config.h')
-rw-r--r-- | keyboards/naked48/config.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/keyboards/naked48/config.h b/keyboards/naked48/config.h index b37d10221..cfb6bf4ff 100644 --- a/keyboards/naked48/config.h +++ b/keyboards/naked48/config.h @@ -19,25 +19,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once #include "config_common.h" - -// GCC include 'config.h" sequence in qmk_firmware/keyboards/naked48/ -// -include keyboards/naked48/config.h -// -include keyboards/naked48/rev?/config.h -// -include keyboards/naked48/rev?/keymaps/MAPNAME/config.h -// XXXX.c - -#include <serial_config.h> - -// GCC include search path in qmk_firmare/keyboards/naked48/ -// #include "..." search starts here: -// #include <...> search starts here: -// keyboards/naked48/rev?/keymaps/MAPNAME -// keyboards/naked48 -// keyboards/naked48/rev? -// . -// ./tmk_core -// ...... - -// MACRO and FUNCTION are features that are depreciated. -#define NO_ACTION_MACRO -#define NO_ACTION_FUNCTION |