diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-01 12:44:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 20:44:28 -0800 |
commit | da5cb5fd6f91c2f7aebbcebbf211252c51d9b4a5 (patch) | |
tree | 22e9c5bd94715010c5b8fe65ac4c7baf0554e13e /keyboards/woodkeys/bigseries/1key/rules.mk | |
parent | 984481ff8e17173a0faaa12c524d0b502fb438cb (diff) |
[Keyboard] move woodkeys.click keyboards to /woodkeys (#16113)
Diffstat (limited to 'keyboards/woodkeys/bigseries/1key/rules.mk')
-rwxr-xr-x | keyboards/woodkeys/bigseries/1key/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/woodkeys/bigseries/1key/rules.mk b/keyboards/woodkeys/bigseries/1key/rules.mk new file mode 100755 index 0000000000..49ff0998f6 --- /dev/null +++ b/keyboards/woodkeys/bigseries/1key/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u2 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration +NKRO_ENABLE = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |