diff options
author | Brandon Claveria <48102030+swiftrax@users.noreply.github.com> | 2021-02-03 11:54:30 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 11:54:30 -0800 |
commit | faa6c93648f4fc6a538a66478f646aef6661894f (patch) | |
tree | 4ff8dca5ff7cdded8109295fa60a41ff3d633593 /keyboards/handwired/swiftrax/koalafications/rules.mk | |
parent | 4779e2d56c6c43e21c6c31c9f1aed280f097ea10 (diff) |
[Keyboard] add koalafications (#11628)
* add koalafications
* fix keymap
* add oled
* oled stuff
* fix oled stuff
* add animation
* more oled stuff
* update rules.mk
* oled annimation
* change PID
* Update keyboards/handwired/swiftrax/koalafications/info.json
* Update keyboards/handwired/swiftrax/koalafications/readme.md
Diffstat (limited to 'keyboards/handwired/swiftrax/koalafications/rules.mk')
-rw-r--r-- | keyboards/handwired/swiftrax/koalafications/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/handwired/swiftrax/koalafications/rules.mk b/keyboards/handwired/swiftrax/koalafications/rules.mk new file mode 100644 index 0000000000..ff3041267f --- /dev/null +++ b/keyboards/handwired/swiftrax/koalafications/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +OLED_DRIVER_ENABLE = yes +WPM_ENABLE = yes |