aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/scarletbandana/readme.md
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-06 12:41:14 -0800
committerDrashna Jaelre <drashna@live.com>2019-02-06 12:41:14 -0800
commitafa4763ef55abcf122c07700e1c1fd012973fea2 (patch)
treeaece17e09efc265f78d15e240f8edeabb55b15d2 /keyboards/scarletbandana/readme.md
parent80e733798a808ba1cf0d5371360c152fbb933717 (diff)
downloadfirmware-afa4763ef55abcf122c07700e1c1fd012973fea2.tar.gz
firmware-afa4763ef55abcf122c07700e1c1fd012973fea2.tar.bz2
firmware-afa4763ef55abcf122c07700e1c1fd012973fea2.zip
[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
Diffstat (limited to 'keyboards/scarletbandana/readme.md')
-rw-r--r--keyboards/scarletbandana/readme.md30
1 files changed, 5 insertions, 25 deletions
diff --git a/keyboards/scarletbandana/readme.md b/keyboards/scarletbandana/readme.md
index 6d5d9b553..83281bae3 100644
--- a/keyboards/scarletbandana/readme.md
+++ b/keyboards/scarletbandana/readme.md
@@ -1,31 +1,11 @@
-# Meira
-
-![Miera](https://imgur.com/kF4MFlW)
-
-A 4x12 ortholinear low-profile keyboard.
+# Scarlet Bandana Version IV Mark 2
Keyboard Maintainer: [Cole Markham](https://github.com/colemarkham)
-Hardware Supported: Meira/ProMicro, Meira/FeatherBLE
-Hardware Availability: [WoodKeys.click](https://woodkeys.click/meira)
-
-Two controllers are support: the Pro Micro, and the Adafruit Feather BLE 32u4. Support for each is defined as a hardware revision subfolder in QMK. Main differences include processor frequencies and matrix pinouts.
+Hardware Supported: Scarlet Bandana Version IV Mark 2
+Hardware Availability: [WoodKeys.click](https://woodkeys.click/product/scarlet-bandana-version-iv-mark-2/)
Make example for this keyboard (after setting up your build environment):
- make meira/promicro:default
-
-or
-
- make meira/featherble:default
-
-See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information on generic QMK configuration and setup.
-
-Both the Pro Micro and the Feather BLE use the Catalina bootloader, which is typically programmed using avrdude.
-
-## Matrix
-
-In order to have enough pins for the matrix and other functions, a custom matrix is implemented using a demultiplexer to scan the columns. Since the demux is active low, the diodes must be oriented with the cathode connected to the demux pin. When looking at the bottom of the board with the controller at the top right, the cathode mark on the diode should be toward the left.
-
-## LED Controller
+ make scarletbandana:default
-The in-switch LEDs are driven by an ISSI LED controller (IS31FL3731). The micro controller communicates with this chip using I2C. Individual LED control is possible, but currently only general backlighting support is implemented. This functionality is located in lighting.c, issi.c, and TWILib.c. \ No newline at end of file
+See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).