diff options
| author | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-02-06 20:28:47 +0100 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-06 11:28:47 -0800 |
| commit | f1be0236b632b0a86e32a1f362cd1f9517a30c9a (patch) | |
| tree | 88e9765bbe56a219f2086a29b1f0413f4213ca55 /keyboards/scarletbandana | |
| parent | 045400ab28ee6c4f5d714b632f765d54da883f6c (diff) | |
| download | qmk_firmware-f1be0236b632b0a86e32a1f362cd1f9517a30c9a.tar.gz qmk_firmware-f1be0236b632b0a86e32a1f362cd1f9517a30c9a.zip | |
Remove unnecessary IS_COMMAND definitions from recently added keyboards (#5065)
Diffstat (limited to 'keyboards/scarletbandana')
| -rw-r--r-- | keyboards/scarletbandana/config.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/keyboards/scarletbandana/config.h b/keyboards/scarletbandana/config.h index 7716813dd..74443b3f8 100644 --- a/keyboards/scarletbandana/config.h +++ b/keyboards/scarletbandana/config.h | |||
| @@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License | |||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #ifndef CONFIG_H | 18 | #pragma once |
| 19 | #define CONFIG_H | ||
| 20 | 19 | ||
| 21 | #include "config_common.h" | 20 | #include "config_common.h" |
| 22 | 21 | ||
| @@ -54,10 +53,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 54 | #endif | 53 | #endif |
| 55 | 54 | ||
| 56 | #define DEBOUNCING_DELAY 5 | 55 | #define DEBOUNCING_DELAY 5 |
| 57 | |||
| 58 | /* key combination for command */ | ||
| 59 | #define IS_COMMAND() ( \ | ||
| 60 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 61 | ) | ||
| 62 | |||
| 63 | #endif | ||
