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) | |
| download | qmk_firmware-09a53d1aa302a166cadbe7c75bc6f64a30e30fe3.tar.gz qmk_firmware-09a53d1aa302a166cadbe7c75bc6f64a30e30fe3.zip | |
[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 000000000..e4a74de52 --- /dev/null +++ b/keyboards/fallacy/readme.md | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | # Fallacy | ||
| 2 |  | ||
| 3 | |||
| 4 | A PCB designed for the Fallacy custom keyboard, but fully compatible with the Alice and its clones. | ||
| 5 | |||
| 6 | * Keyboard Maintainer: [toraifu](https://github.com/toraifu) | ||
| 7 | * Hardware: [geekhack](https://geekhack.org/index.php?topic=103728.0) | ||
| 8 | * Other general info: [fallacy](https://github.com/toraifu/fallacy) | ||
| 9 | |||
| 10 | ### Features: | ||
| 11 | * VIA support | ||
| 12 | * As minimal as possible design (no in-switch LEDs) | ||
| 13 | * Support for the use of fourteen WS2812B RGB-LEDs for keyboards for which underglow is desired. | ||
| 14 | * Misc features such as ESD protection, indicator LEDs, etc. | ||
| 15 | |||
| 16 | |||
| 17 | Make example for this keyboard (after setting up your build environment): | ||
| 18 | |||
| 19 | make fallacy:default | ||
| 20 | |||
| 21 | 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). | ||
