Created a new rules.mk file inside the keyboard's root folder and added the keyboard specific configurations

This commit is contained in:
atechofficials 2024-06-24 15:27:42 +05:30
parent af874df740
commit bb827d718c
2 changed files with 8 additions and 6 deletions

View File

@ -0,0 +1,8 @@
# Build Options
# Change yes to no to diable feature
# Enable OS detection
OS_DETECTION_ENABLE = yes
# Enable Rotary Encoder support
ENCODER_ENABLE = yes

View File

@ -3,9 +3,3 @@
# Default keyboard folder
DEFAULT_FOLDER = protokeeb/rev1
# Enable OS detection
OS_DETECTION_ENABLE = yes
# Enable Rotary Encoder support
ENCODER_ENABLE = yes