diff options
author | Joel Challis <git@zvecr.com> | 2020-10-08 21:58:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 21:58:08 +0100 |
commit | ff1b625168d038bea4208954c301bc471be00d0a (patch) | |
tree | 2332ecc0f9eb89d386dae79de2864235b7192588 /keyboards/lfkeyboards/smk65/revb/rules.mk | |
parent | fe5bcae8b31af85135592b780c8d799a8ef4bd24 (diff) |
Add smk65/revf support (#10434)
* Move existing files out the way
* Convert to community layouts
* Add smk65/revf support
* Disable stuff by default
* Update IDs for via
* Align LAYOUT macros for community layouts
* Align LAYOUT macros for community layouts - Fix configurator ordering
* Update via keymap
* remove stub _kb function
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/lfkeyboards/smk65/revb/rules.mk')
-rw-r--r-- | keyboards/lfkeyboards/smk65/revb/rules.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/lfkeyboards/smk65/revb/rules.mk b/keyboards/lfkeyboards/smk65/revb/rules.mk new file mode 100644 index 0000000000..9e82372416 --- /dev/null +++ b/keyboards/lfkeyboards/smk65/revb/rules.mk @@ -0,0 +1,16 @@ +# MCU name +MCU = at90usb646 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812 +AUDIO_ENABLE = no # Audio output + +# Extra source files for IS3731 lighting +SRC += TWIlib.c issi.c lighting.c |