summaryrefslogtreecommitdiff
path: root/keyboards/keebio
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-07-19 02:28:23 +0100
committerGitHub <noreply@github.com>2022-07-19 02:28:23 +0100
commitc3f1ba7dd1673e28c852303c58eec876d38b6fed (patch)
tree81f6115e029bd3bf857e609c9d9454dda119632e /keyboards/keebio
parenteabbc04213c0c1236bb67c8e6eced46a8ccd87fb (diff)
Remove full bootmagic config (#17702)
Diffstat (limited to 'keyboards/keebio')
-rw-r--r--keyboards/keebio/nyquist/keymaps/danielhklein/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/keebio/nyquist/keymaps/danielhklein/config.h b/keyboards/keebio/nyquist/keymaps/danielhklein/config.h
index 09abbccb72..398b285b89 100644
--- a/keyboards/keebio/nyquist/keymaps/danielhklein/config.h
+++ b/keyboards/keebio/nyquist/keymaps/danielhklein/config.h
@@ -14,13 +14,11 @@ 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/>.
*/
-
+#pragma once
#define TAPPING_TERM 150
#define USE_SERIAL
#define EE_HANDS
-#define BOOTMAGIC_KEY_SALT KC_ENT
-
#ifdef SUBPROJECT_rev1
#include "../../rev1/config.h"