5f6ec37b7d
* Init commit * Prep for MVP * Add F Fixes (thanks F!) * Fix some incorrect layer summons * Create readme (remove comments from code) * Update OLED indicators (test) * Add more OLED updates * Add more layouts * Update readme and small tweaks * Update layers and prep for LED layers * Fix a trapped layer issue * Test animations * Add a happy frog animation to right screen * Add bulk work * Move fren readme image * Can't save images * Update FPS layout * Update Symbols layer * Update readme * Update readme (future comments move to readme) * Remove superfluous comments & add Licence * Add licence update
12 lines
266 B
Makefile
12 lines
266 B
Makefile
# Enabled features
|
|
LEADER_ENABLE = yes
|
|
RGBLIGHT_ENABLE = yes
|
|
OLED_ENABLE = yes
|
|
OLED_DRIVER = SSD1306 # Enables the use of OLED displays
|
|
|
|
WPM_ENABLE = yes
|
|
|
|
|
|
# Disabled features
|
|
ENCODER_ENABLE = no # Enables the use of one or more encoders
|
|
MOUSEKEY_ENABLE = no
|