aboutsummaryrefslogtreecommitdiff
path: root/keyboards/amj40/keymaps/jetpacktuxedo/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/amj40/keymaps/jetpacktuxedo/rules.mk')
-rw-r--r--keyboards/amj40/keymaps/jetpacktuxedo/rules.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/amj40/keymaps/jetpacktuxedo/rules.mk b/keyboards/amj40/keymaps/jetpacktuxedo/rules.mk
index 6ad923668..2b613b28e 100644
--- a/keyboards/amj40/keymaps/jetpacktuxedo/rules.mk
+++ b/keyboards/amj40/keymaps/jetpacktuxedo/rules.mk
@@ -17,11 +17,3 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
17 17
18# Do not enable SLEEP_LED_ENABLE. It uses the same timer as BACKLIGHT_ENABLE 18# Do not enable SLEEP_LED_ENABLE. It uses the same timer as BACKLIGHT_ENABLE
19SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 19SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
20
21#define ws2812_PORTREG PORTD
22#define ws2812_DDRREG DDRD
23
24
25ifndef QUANTUM_DIR
26 include ../../../../Makefile
27endif