diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-15 23:52:01 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-15 23:52:01 +0000 |
commit | 2bc35205a710e4f5245b01ebc236bc2bbf2b0bb6 (patch) | |
tree | 0afe16e8dbde17003da21b0a153bcb852e2f48c0 /keyboards/buildakb/potato65hs/rules.mk | |
parent | 14c0f4e44b7da61c6ad3aef479e32624a5d8e6aa (diff) | |
parent | cc77710b4a94b5944b9af08423204dcb631391f8 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/buildakb/potato65hs/rules.mk')
-rw-r--r-- | keyboards/buildakb/potato65hs/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/buildakb/potato65hs/rules.mk b/keyboards/buildakb/potato65hs/rules.mk new file mode 100644 index 0000000000..c538b0c21d --- /dev/null +++ b/keyboards/buildakb/potato65hs/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 = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow + +LAYOUTS = 65_ansi_blocker |