From 519032c61b462a5f96f741bebd8f505c12e92d3a Mon Sep 17 00:00:00 2001 From: Brian Marsh Date: Fri, 12 Feb 2021 14:51:23 -0600 Subject: Adding custom keymap for Quark keyboard (#11744) * adding pezhore keymap * Adding sarcasm/irony mark, unicode emoji * removing numpad layer enum Co-authored-by: Brian Marsh --- keyboards/quark/keymaps/pezhore/config.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 keyboards/quark/keymaps/pezhore/config.h (limited to 'keyboards/quark/keymaps/pezhore/config.h') diff --git a/keyboards/quark/keymaps/pezhore/config.h b/keyboards/quark/keymaps/pezhore/config.h new file mode 100644 index 0000000000..824bad44af --- /dev/null +++ b/keyboards/quark/keymaps/pezhore/config.h @@ -0,0 +1,19 @@ +/* Copyright 2020 Nathan Spears + * + * 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 . + */ + +#pragma once +#define UNICODE_SELECTED_MODES UC_LNX, UC_MAC, UC_WINC +#define TAPPING_TOGGLE 2 -- cgit v1.2.3