From 544ad5bbe68f962c3eed4df85965069acb007eff Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Fri, 26 Jul 2024 21:45:11 +0200 Subject: track qmk configs for fpkb_v3 --- qmk_config_fpkb_v3/rules.mk | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 qmk_config_fpkb_v3/rules.mk (limited to 'qmk_config_fpkb_v3/rules.mk') 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 -- cgit v1.3.1