diff options
| author | 2020-04-20 03:00:14 -0700 | |
|---|---|---|
| committer | 2020-04-20 11:00:14 +0100 | |
| commit | 2dca087b04c14197b70ed4295139e0c4a40562d9 (patch) | |
| tree | f45309e8130274dea698cd95d80a28a061734e51 /layouts/community/ortho_5x12 | |
| parent | 7e4cf9ace2fd954a1a735fcbea75f719bfc3fbc2 (diff) | |
| download | qmk_firmware-2dca087b04c14197b70ed4295139e0c4a40562d9.tar.gz | |
Add naked60 layout, clean up my userspace files and rules.mk. (#8848)
Diffstat (limited to 'layouts/community/ortho_5x12')
| -rw-r--r-- | layouts/community/ortho_5x12/333fred/config.h | 2 | ||||
| -rw-r--r-- | layouts/community/ortho_5x12/333fred/rules.mk | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/layouts/community/ortho_5x12/333fred/config.h b/layouts/community/ortho_5x12/333fred/config.h index 7835fa1f0..2e5dfe2e2 100644 --- a/layouts/community/ortho_5x12/333fred/config.h +++ b/layouts/community/ortho_5x12/333fred/config.h @@ -1,7 +1,5 @@ #pragma once -#include "333fred_config.h" - #define USE_SERIAL #define MASTER_LEFT diff --git a/layouts/community/ortho_5x12/333fred/rules.mk b/layouts/community/ortho_5x12/333fred/rules.mk index 0cfb23466..9a3e2b97e 100644 --- a/layouts/community/ortho_5x12/333fred/rules.mk +++ b/layouts/community/ortho_5x12/333fred/rules.mk @@ -1,4 +1,2 @@ KEY_LOCK_ENABLE = yes -NKRO_ENABLE = yes CONSOLE_ENABLE = no -TAP_DANCE_ENABLE = yes |