aboutsummaryrefslogtreecommitdiff
path: root/keyboard/phantom
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-04-13 00:23:05 +0900
committertmk <nobody@nowhere>2013-04-13 11:30:08 +0900
commit540d0700dc0a8172e32d419a9b99c30e2e82a98a (patch)
tree0a1472a1de23b3287428a879d2ec7ac80c832236 /keyboard/phantom
parent2b33ecad57f80d9235665ecfbe477c098494468b (diff)
downloadqmk_firmware-540d0700dc0a8172e32d419a9b99c30e2e82a98a.tar.gz
qmk_firmware-540d0700dc0a8172e32d419a9b99c30e2e82a98a.zip
Remove common/controller_teensy.h
Diffstat (limited to 'keyboard/phantom')
-rw-r--r--keyboard/phantom/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboard/phantom/config.h b/keyboard/phantom/config.h
index 18bd13041..ac014bae9 100644
--- a/keyboard/phantom/config.h
+++ b/keyboard/phantom/config.h
@@ -47,10 +47,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
47 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ 47 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
48) 48)
49 49
50// TODO: configurable
51#define DEBUG_LED 0
52#define DEBUG_LED_CONFIG
53#define DEBUG_LED_ON
54#define DEBUG_LED_OFF
55
56#endif 50#endif