mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-25 04:43:02 +00:00
Created a new rules.mk file inside the keyboard's root folder and added the keyboard specific configurations
This commit is contained in:
parent
af874df740
commit
bb827d718c
8
keyboards/protokeeb/rev1/rules.mk
Normal file
8
keyboards/protokeeb/rev1/rules.mk
Normal 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user