Skip to content

Commit

Permalink
Add naked60 layout, clean up my userspace files and rules.mk. (qmk#8848)
Browse files Browse the repository at this point in the history
  • Loading branch information
333fred authored Apr 20, 2020
1 parent 1269068 commit 9e1e31a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion layouts/community/ergodox/333fred/config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pragma once

#include QMK_KEYBOARD_CONFIG_H
#include "333fred_config.h"

#undef TAPPING_TERM
#define TAPPING_TERM 200
2 changes: 0 additions & 2 deletions layouts/community/ergodox/333fred/rules.mk
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions layouts/community/ortho_5x12/333fred/config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#pragma once

#include "333fred_config.h"

#define USE_SERIAL
#define MASTER_LEFT

Expand Down
2 changes: 0 additions & 2 deletions layouts/community/ortho_5x12/333fred/rules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
KEY_LOCK_ENABLE = yes
NKRO_ENABLE = yes
CONSOLE_ENABLE = no
TAP_DANCE_ENABLE = yes
1 change: 1 addition & 0 deletions users/333fred/333fred_config.h → users/333fred/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

#define PERMISSIVE_HOLD
#define NO_ACTION_MACRO
#undef ONESHOT_TAP_TOGGLE
4 changes: 4 additions & 0 deletions users/333fred/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ SRC += 333fred.c
ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
SRC += rgb.c
endif

TAP_DANCE_ENABLE=yes
NKRO_ENABLE = yes
PERMISSIVE_HOLD = yes

0 comments on commit 9e1e31a

Please sign in to comment.