[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
This commit is contained in:
committed by
Drashna Jaelre
parent
80e733798a
commit
afa4763ef5
@@ -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 <http://www.gnu.org/licenses/>.
|
||||
#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 <http://www.gnu.org/licenses/>.
|
||||
#define NO_MUSIC_MODE
|
||||
#endif
|
||||
|
||||
#define NO_ACTION_MACRO
|
||||
#define NO_ACTION_FUNCTION
|
||||
|
||||
#define DEBOUNCING_DELAY 5
|
||||
|
||||
Reference in New Issue
Block a user