From afa4763ef55abcf122c07700e1c1fd012973fea2 Mon Sep 17 00:00:00 2001 From: MechMerlin <30334081+mechmerlin@users.noreply.github.com> Date: Wed, 6 Feb 2019 12:41:14 -0800 Subject: [Keyboard] Update the Scarlet Bandana (#5058) * remove unneeded file * make an appropriate readme * amend the LAYOUT macro to adhere to new QMK standards and create an appropriate keymap * add QMK Configurator support * a bunch of changes lol * delete unneeded routines * update date to modern times * remove a useless prototype * add in drashna's suggestions on PR --- keyboards/scarletbandana/config.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'keyboards/scarletbandana/config.h') diff --git a/keyboards/scarletbandana/config.h b/keyboards/scarletbandana/config.h index 74443b3f8..58c5d4a41 100644 --- a/keyboards/scarletbandana/config.h +++ b/keyboards/scarletbandana/config.h @@ -1,5 +1,5 @@ /* -Copyright 2017 Cole Markham +Copyright 2019 Cole Markham 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 @@ -25,7 +25,7 @@ along with this program. If not, see . #define DEVICE_VER 0x0001 #define MANUFACTURER WoodKeys.click #define PRODUCT Scarlet Bandana Version IV mark.2 -#define DESCRIPTION What keyboard is that? +#define DESCRIPTION 65% with macro keys /* key matrix size */ #define MATRIX_ROWS 5 @@ -52,4 +52,7 @@ along with this program. If not, see . #define NO_MUSIC_MODE #endif +#define NO_ACTION_MACRO +#define NO_ACTION_FUNCTION + #define DEBOUNCING_DELAY 5 -- cgit v1.2.3-24-g4f1b