diff options
| author | tslil clingman <tslil@posteo.de> | 2024-07-26 21:45:11 +0200 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:24:48 +0100 |
| commit | 544ad5bbe68f962c3eed4df85965069acb007eff (patch) | |
| tree | 283f91c5f9e15e7e7b9ffcf62f078c6f5f19a78d /qmk_config_fpkb_v3/rules.mk | |
| parent | c8aed78911276bf90d1cf7655cb675ca6005069d (diff) | |
track qmk configs for fpkb_v3
Diffstat (limited to 'qmk_config_fpkb_v3/rules.mk')
| -rw-r--r-- | qmk_config_fpkb_v3/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/qmk_config_fpkb_v3/rules.mk b/qmk_config_fpkb_v3/rules.mk new file mode 100644 index 0000000..0591383 --- /dev/null +++ b/qmk_config_fpkb_v3/rules.mk @@ -0,0 +1,25 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +SERIAL_DRIVER = bitbang + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +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 +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +UNICODE_ENABLE = no # Unicode +AUDIO_ENABLE = no # Audio output +SPLIT_KEYBOARD = yes # Use shared split_common code +CAPS_WORD_ENABLE = yes + +LAYOUTS = split_3x5_2 |
