diff options
author | Kenny Hung <kennysubs+github@outlook.com> | 2018-10-13 21:46:46 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-10-13 13:46:46 -0700 |
commit | 533f6848875feb10d3944c1f41ff51060bcdabf2 (patch) | |
tree | b1296f999c89520b64b73e30e7d7ef72c282d9df /keyboards/xd75/keymaps/skewwhiffy/config.h | |
parent | d81d216d72fe4e50da22259558e86c70a4f14a8d (diff) | |
download | firmware-533f6848875feb10d3944c1f41ff51060bcdabf2.tar.gz firmware-533f6848875feb10d3944c1f41ff51060bcdabf2.tar.bz2 firmware-533f6848875feb10d3944c1f41ff51060bcdabf2.zip |
Keymap: Move navigation buttons closer to the middle on XD75:skewwhiffy (#4118)
* RGB toggle button
* Remove custom lighting effects
* Fix small bug in Symbols layer
* Ignore mod tap interrupt in XD75 for skewwhiffy, and split layers into two for more flexibility and fix persistent layer issue
* Replace shift in nav layer with IntelliJ omnibox shortcut to avoid a sticky shift
* Remove custom setting in config, because it were annoying, it were.
* Move navigation buttons in one key
* Some review markups
* Use enums for layers
* Use LAYOUT_ortho_5x15
* Revert some capitalization changes made by accident
Diffstat (limited to 'keyboards/xd75/keymaps/skewwhiffy/config.h')
-rw-r--r-- | keyboards/xd75/keymaps/skewwhiffy/config.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/keyboards/xd75/keymaps/skewwhiffy/config.h b/keyboards/xd75/keymaps/skewwhiffy/config.h deleted file mode 100644 index f52a97bbc..000000000 --- a/keyboards/xd75/keymaps/skewwhiffy/config.h +++ /dev/null @@ -1,24 +0,0 @@ -/* Copyright 2017 REPLACE_WITH_YOUR_NAME - * - * 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/>. - */ - -#ifndef CONFIG_USER_H -#define CONFIG_USER_H - -#include "../../config.h" - -// place overrides here - -#endif |