From 6b50b1be9b98b4af36a485f495a8174c00e7a952 Mon Sep 17 00:00:00 2001 From: jasonj2232 <40370113+jasonj2232@users.noreply.github.com> Date: Fri, 30 Dec 2022 06:20:16 +0530 Subject: [Keyboard] Added support for a new keyboard - Ishi 80 Mk0 (#19195) --- keyboards/argo_works/ishi/80/mk0_avr/config.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 keyboards/argo_works/ishi/80/mk0_avr/config.h (limited to 'keyboards/argo_works/ishi/80/mk0_avr/config.h') diff --git a/keyboards/argo_works/ishi/80/mk0_avr/config.h b/keyboards/argo_works/ishi/80/mk0_avr/config.h new file mode 100644 index 0000000000..9f36bc521d --- /dev/null +++ b/keyboards/argo_works/ishi/80/mk0_avr/config.h @@ -0,0 +1,25 @@ +// Copyright 2022 Jason Devadoss (@jasonj2232) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include "config_common.h" + +#define BOOTMAGIC_LITE_ROW 1 +#define BOOTMAGIC_LITE_COLUMN 0 + +/* + * Feature disable options + * These options are also useful to firmware size reduction. + */ + +/* disable debug print */ +//#define NO_DEBUG + +/* disable print */ +//#define NO_PRINT + +/* disable action features */ +//#define NO_ACTION_LAYER +//#define NO_ACTION_TAPPING +//#define NO_ACTION_ONESHOT \ No newline at end of file -- cgit v1.2.3