diff options
| author | Fred Silberberg | 2020-04-20 12:00:14 +0200 |
|---|---|---|
| committer | GitHub | 2020-04-20 12:00:14 +0200 |
| commit | 2dca087b04c14197b70ed4295139e0c4a40562d9 (patch) | |
| tree | f45309e8130274dea698cd95d80a28a061734e51 /layouts/community/ergodox/333fred | |
| parent | 7e4cf9ace2fd954a1a735fcbea75f719bfc3fbc2 (diff) | |
Add naked60 layout, clean up my userspace files and rules.mk. (#8848)
Diffstat (limited to 'layouts/community/ergodox/333fred')
| -rw-r--r-- | layouts/community/ergodox/333fred/config.h | 1 | ||||
| -rw-r--r-- | layouts/community/ergodox/333fred/rules.mk | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/layouts/community/ergodox/333fred/config.h b/layouts/community/ergodox/333fred/config.h index 82255e05ec..5a91ea3aa4 100644 --- a/layouts/community/ergodox/333fred/config.h +++ b/layouts/community/ergodox/333fred/config.h @@ -1,7 +1,6 @@ #pragma once #include QMK_KEYBOARD_CONFIG_H -#include "333fred_config.h" #undef TAPPING_TERM #define TAPPING_TERM 200 diff --git a/layouts/community/ergodox/333fred/rules.mk b/layouts/community/ergodox/333fred/rules.mk index 1549bcfc84..f6c71feb46 100644 --- a/layouts/community/ergodox/333fred/rules.mk +++ b/layouts/community/ergodox/333fred/rules.mk @@ -1,7 +1,5 @@ LCD_BACKLIGHT_ENABLE = yes LCD_ENABLE = yes BACKLIGHT_ENABLE = yes -NKRO_ENABLE = yes KEY_LOCK_ENABLE = yes -TAP_DANCE_ENABLE = yes CONSOLE_ENABLE = no |