diff options
author | Evy Dekkers <17366381+evyd13@users.noreply.github.com> | 2020-09-26 07:39:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-25 22:39:14 -0700 |
commit | 1b7101f0654a4e6afd3998117bc5c040f86bb776 (patch) | |
tree | f77de901f0c9ee8e3852011da6c1bafae03e2013 /keyboards/percent/canoe_gen2/rules.mk | |
parent | c4cc697aeff1d2591dc107e2106019906e3b0133 (diff) |
[Keyboard] add Percent Canoe Gen2 (#10344)
* Add Canoe Gen2
* Fix info.json
* Update info.json
* Changes
* Move canoegen2 to canoe_gen2
* Update canoe_gen2.h
Diffstat (limited to 'keyboards/percent/canoe_gen2/rules.mk')
-rw-r--r-- | keyboards/percent/canoe_gen2/rules.mk | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/percent/canoe_gen2/rules.mk b/keyboards/percent/canoe_gen2/rules.mk new file mode 100644 index 0000000000..bde9a08fe1 --- /dev/null +++ b/keyboards/percent/canoe_gen2/rules.mk @@ -0,0 +1,26 @@ +# 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 = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # 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 +RGB_MATRIX_ENABLE = WS2812 + +LAYOUTS = 65_ansi_blocker_split_bs 65_iso_blocker_split_bs +RGB_MATRIX_CUSTOM_KB = yes |