diff options
author | Nick Brassel <nick@tzarc.org> | 2021-01-10 09:52:49 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-10 09:52:49 +1100 |
commit | 75111e967fb3fa6239884a0c85635e7ede46bc29 (patch) | |
tree | 231ae98637d2b8ebc9fdadb4286c605da5e938ee /keyboards/keebwerk | |
parent | f7b0e803c27b9c8b5404be780e87b7a3c9e243e6 (diff) | |
download | qmk_firmware-75111e967fb3fa6239884a0c85635e7ede46bc29.tar.gz qmk_firmware-75111e967fb3fa6239884a0c85635e7ede46bc29.zip |
Disable subsystems repo-wide. (#11449)
Diffstat (limited to 'keyboards/keebwerk')
-rw-r--r-- | keyboards/keebwerk/mega/chconf.h | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/keyboards/keebwerk/mega/chconf.h b/keyboards/keebwerk/mega/chconf.h deleted file mode 100644 index ab7734fb0a..0000000000 --- a/keyboards/keebwerk/mega/chconf.h +++ /dev/null @@ -1,45 +0,0 @@ -/* Copyright 2020 QMK - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -/* - * This file was auto-generated by: - * `qmk chibios-confupdate -i keyboards/keebwerk/mega/chconf.h -r platforms/chibios/common/configs/chconf.h` - */ - -#pragma once - -#define CH_CFG_USE_MESSAGES_PRIORITY TRUE - -#define CH_CFG_USE_MEMCORE TRUE - -#define CH_CFG_USE_FACTORY TRUE - -#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE - -#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE - -#define CH_CFG_FACTORY_SEMAPHORES TRUE - -#define CH_CFG_FACTORY_MAILBOXES TRUE - -#define CH_CFG_FACTORY_OBJ_FIFOS TRUE - -#define CH_CFG_FACTORY_PIPES TRUE - -#define CH_DBG_ENABLE_STACK_CHECK TRUE - -#include_next <chconf.h> - |