From a3e057e779ae1d9f827a859722428f03c2b118f1 Mon Sep 17 00:00:00 2001 From: Eugene-Yuan Kou Date: Wed, 11 May 2022 00:00:30 +0800 Subject: Adding akira (#16982) * keyboard:akira initial commit * Update keyboards/ekow/akira/akira.h Co-authored-by: Joel Challis * Update keyboards/ekow/akira/keymaps/via/rules.mk Co-authored-by: Joel Challis * Update keyboards/ekow/akira/readme.md Co-authored-by: Joel Challis * Update .gitignore Co-authored-by: Joel Challis * Update readme.md * Update keyboards/ekow/akira/rules.mk Co-authored-by: Drashna Jaelre * Update rules.mk remove redundant content. * added keyboard/ekow/keymaps/via/keymap.c * remove .ccls-cache * add instructions of enter the bootloader * add instructions of enter the bootloader * modify ekow/akira:via * Update keyboards/ekow/akira/readme.md Co-authored-by: Ryan * Update keyboards/ekow/akira/keymaps/via/rules.mk Co-authored-by: Ryan Co-authored-by: Joel Challis Co-authored-by: Drashna Jaelre Co-authored-by: Ryan --- keyboards/ekow/akira/rules.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 keyboards/ekow/akira/rules.mk (limited to 'keyboards/ekow/akira/rules.mk') diff --git a/keyboards/ekow/akira/rules.mk b/keyboards/ekow/akira/rules.mk new file mode 100644 index 0000000000..6653c66b16 --- /dev/null +++ b/keyboards/ekow/akira/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = STM32F042 + +# Bootloader selection +BOOTLOADER = stm32-dfu + +# 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 = yes # Console for debug +COMMAND_ENABLE = yes # 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 +AUDIO_ENABLE = no # Audio output -- cgit v1.2.3