Skip to content

Commit

Permalink
Remove QMK_KEYBOARD_CONFIG_H and fixup QMK_KEYBOARD_H.
Browse files Browse the repository at this point in the history
  • Loading branch information
Talljoe committed Sep 2, 2020
1 parent 47663ee commit 73dec41
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 11 deletions.
2 changes: 0 additions & 2 deletions keyboards/atreus/keymaps/talljoe/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

#pragma once

#include QMK_KEYBOARD_CONFIG_H

#define PREVENT_STUCK_MODIFIERS
#define SPACE_COUNT 3

Expand Down
2 changes: 0 additions & 2 deletions keyboards/jd45/keymaps/talljoe/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
*/
#pragma once

#include QMK_KEYBOARD_CONFIG_H

#define PREVENT_STUCK_MODIFIERS
#define SPACE_COUNT 2

Expand Down
1 change: 0 additions & 1 deletion keyboards/primekb/prime_e/keymaps/talljoe/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#pragma once

#include QMK_KEYBOARD_CONFIG_H
#define SPACE_COUNT 2

#define TEMPLATE( \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

#pragma once

#include QMK_KEYBOARD_CONFIG_H

#define SPACE_COUNT 3

#define TEMPLATE( \
Expand Down
2 changes: 0 additions & 2 deletions layouts/community/60_ansi_split_bs_rshift/talljoe/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

#pragma once

#include QMK_KEYBOARD_CONFIG_H

#define ENABLE_GAME_LAYER

#define TEMPLATE( \
Expand Down
1 change: 0 additions & 1 deletion layouts/community/ortho_4x12/talljoe/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#pragma once

#include QMK_KEYBOARD_CONFIG_H
#define SPACE_COUNT 3

#define TEMPLATE( \
Expand Down
2 changes: 1 addition & 1 deletion users/talljoe/talljoe.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#pragma once

#include "quantum.h"
#include QMK_KEYBOARD_H
#include "tapdance/tapdance.h"
#include "macros.h"

Expand Down

0 comments on commit 73dec41

Please sign in to comment.