diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-16 19:39:00 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-16 19:39:00 +0000 |
commit | e50b1d33f3f683b9af9e201c67a6a40e38b3eedc (patch) | |
tree | 4adeb7548483c16476f1269f4f6ad4b40d7f6405 /keyboards/gopolar/gg86/rules.mk | |
parent | de545b8e214e576ecffb4474d84b1045815e38a1 (diff) | |
parent | 92c3e6305bfd0870279048356c51e768e2c392a9 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/gopolar/gg86/rules.mk')
-rw-r--r-- | keyboards/gopolar/gg86/rules.mk | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/keyboards/gopolar/gg86/rules.mk b/keyboards/gopolar/gg86/rules.mk new file mode 100644 index 0000000000..0f0bdec2b6 --- /dev/null +++ b/keyboards/gopolar/gg86/rules.mk @@ -0,0 +1,32 @@ +SRC += lib/logo.c + +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +# Additional thing to reduce compiled size +LTO_ENABLE = yes +NO_USB_STARTUP_CHECK = yes + +# RGB Matrix enabled +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = WS2812 + +# OLED enabled +OLED_ENABLE = yes +OLED_DRIVER = SSD1306 # OLED display |