summaryrefslogtreecommitdiff
path: root/keyboards/ergotravel/rules.mk
diff options
context:
space:
mode:
authorHarshit Goel <harshitgoel96@yahoo.com>2020-10-15 23:41:23 +0530
committerGitHub <noreply@github.com>2020-10-15 11:11:23 -0700
commit0f453bc5f7685671e79a465e0bbd6c8c67a93409 (patch)
tree8a3901eb20a591924c86d1e0ad0c5009b3b15607 /keyboards/ergotravel/rules.mk
parent21357b658a86146f41566be8dc93900a2ca8a35f (diff)
Add VIA code to ergoTravel (#10493)
* Add VIA code to ergoTravel, VendorId changed to allow via * Update LTO_ENABLE for via * Accept comments from the QMK PR discussion * Restore original rules.mk from qmk master, update via rules to remove redundant bootmagic * rules update * find and use unique VID without qmk. Used 0x4A50, did not find clash * Removed unused via layer * Reset hard to last clean commit, redo changes for Hex Translation and Enum
Diffstat (limited to 'keyboards/ergotravel/rules.mk')
-rw-r--r--keyboards/ergotravel/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergotravel/rules.mk b/keyboards/ergotravel/rules.mk
index 43f9379818..5fd2a23daf 100644
--- a/keyboards/ergotravel/rules.mk
+++ b/keyboards/ergotravel/rules.mk
@@ -32,4 +32,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
SPLIT_KEYBOARD = yes
-DEFAULT_FOLDER = ergotravel/rev1
+DEFAULT_FOLDER = ergotravel/rev1 \ No newline at end of file