diff options
author | toraifu <braydon@kyaa.gg> | 2020-06-29 16:52:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 13:52:17 -0700 |
commit | 09a53d1aa302a166cadbe7c75bc6f64a30e30fe3 (patch) | |
tree | d1908c686f367e17edcdb35876814701a3f06540 /keyboards/fallacy/readme.md | |
parent | 4f9e5d4cdef8ee0ab5a361407ccd8c55dcc186b7 (diff) |
[Keyboard] Fallacy (#9499)
* Add Fallacy
* Accept suggestions
* fixed build error, renamed readme, added keymap specific config to force enable NKRO
* remove FORCE_NKRO on VIA keymap, fix header
* fix info.json to accurately reflect keymap
* remove additional empty layers from default_split_bs keymap
* Accept keymap formatting suggestions
* remove empty config files at keymap level
Diffstat (limited to 'keyboards/fallacy/readme.md')
-rw-r--r-- | keyboards/fallacy/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/fallacy/readme.md b/keyboards/fallacy/readme.md new file mode 100644 index 0000000000..e4a74de527 --- /dev/null +++ b/keyboards/fallacy/readme.md @@ -0,0 +1,21 @@ +# Fallacy +![fallacy](https://raw.githubusercontent.com/toraifu/fallacy/master/014A1296-2.jpg) + + A PCB designed for the Fallacy custom keyboard, but fully compatible with the Alice and its clones. + +* Keyboard Maintainer: [toraifu](https://github.com/toraifu) +* Hardware: [geekhack](https://geekhack.org/index.php?topic=103728.0) +* Other general info: [fallacy](https://github.com/toraifu/fallacy) + +### Features: +* VIA support +* As minimal as possible design (no in-switch LEDs) +* Support for the use of fourteen WS2812B RGB-LEDs for keyboards for which underglow is desired. +* Misc features such as ESD protection, indicator LEDs, etc. + + +Make example for this keyboard (after setting up your build environment): + + make fallacy:default + +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). |