diff options
author | Moritz <moritz.plattner@gmx.net> | 2021-01-11 07:26:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-10 22:26:34 -0800 |
commit | abda419f5a7a177d213748f47cb0e5fc39920ce6 (patch) | |
tree | b699323aa44fc2734b670e89d88647f3aabca0bf /keyboards/ebastler/isometria_75/rev1/rules.mk | |
parent | 29fcd5418a1b6aad0052c97551ed99220ab9a40a (diff) |
[Keyboard] Add isometria 75 keyboard (#11210)
* added isometria_75
* added missing license header
* added reset explanation
* Update keyboards/ebastler/isometria_75/rev1/keymaps/via/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/ebastler/isometria_75/rev1/keymaps/via/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/ebastler/isometria_75/rev1/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/ebastler/isometria_75/rev1/keymaps/default/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/ebastler/isometria_75/rev1/keymaps/default/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* renamed uppercase readme
* Update keyboards/ebastler/isometria_75/rev1/info.json
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/ebastler/isometria_75/rev1/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/ebastler/isometria_75/rev1/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/ebastler/isometria_75/rev1/rev1.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* changed configs to only necessary lines
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/ebastler/isometria_75/rev1/rules.mk')
-rw-r--r-- | keyboards/ebastler/isometria_75/rev1/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/ebastler/isometria_75/rev1/rules.mk b/keyboards/ebastler/isometria_75/rev1/rules.mk new file mode 100644 index 0000000000..72be720b2b --- /dev/null +++ b/keyboards/ebastler/isometria_75/rev1/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = STM32F072 + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # 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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes +WS2812_DRIVER = pwm + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |