aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ergodox
diff options
context:
space:
mode:
authorFred Silberberg <fred@silberberg.xyz>2020-04-20 03:00:14 -0700
committerGitHub <noreply@github.com>2020-04-20 11:00:14 +0100
commit2dca087b04c14197b70ed4295139e0c4a40562d9 (patch)
treef45309e8130274dea698cd95d80a28a061734e51 /layouts/community/ergodox
parent7e4cf9ace2fd954a1a735fcbea75f719bfc3fbc2 (diff)
downloadqmk_firmware-2dca087b04c14197b70ed4295139e0c4a40562d9.tar.gz
qmk_firmware-2dca087b04c14197b70ed4295139e0c4a40562d9.zip
Add naked60 layout, clean up my userspace files and rules.mk. (#8848)
Diffstat (limited to 'layouts/community/ergodox')
-rw-r--r--layouts/community/ergodox/333fred/config.h1
-rw-r--r--layouts/community/ergodox/333fred/rules.mk2
2 files changed, 0 insertions, 3 deletions
diff --git a/layouts/community/ergodox/333fred/config.h b/layouts/community/ergodox/333fred/config.h
index 82255e05e..5a91ea3aa 100644
--- a/layouts/community/ergodox/333fred/config.h
+++ b/layouts/community/ergodox/333fred/config.h
@@ -1,7 +1,6 @@
1#pragma once 1#pragma once
2 2
3#include QMK_KEYBOARD_CONFIG_H 3#include QMK_KEYBOARD_CONFIG_H
4#include "333fred_config.h"
5 4
6#undef TAPPING_TERM 5#undef TAPPING_TERM
7#define TAPPING_TERM 200 6#define TAPPING_TERM 200
diff --git a/layouts/community/ergodox/333fred/rules.mk b/layouts/community/ergodox/333fred/rules.mk
index 1549bcfc8..f6c71feb4 100644
--- a/layouts/community/ergodox/333fred/rules.mk
+++ b/layouts/community/ergodox/333fred/rules.mk
@@ -1,7 +1,5 @@
1LCD_BACKLIGHT_ENABLE = yes 1LCD_BACKLIGHT_ENABLE = yes
2LCD_ENABLE = yes 2LCD_ENABLE = yes
3BACKLIGHT_ENABLE = yes 3BACKLIGHT_ENABLE = yes
4NKRO_ENABLE = yes
5KEY_LOCK_ENABLE = yes 4KEY_LOCK_ENABLE = yes
6TAP_DANCE_ENABLE = yes
7CONSOLE_ENABLE = no 5CONSOLE_ENABLE = no