diff options
author | Cable Car Designs <17062872+westfoxtrot@users.noreply.github.com> | 2020-06-09 19:37:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-09 11:37:41 -0700 |
commit | b83fb9eb711ea8c7b064a660bc20b62f4d812bd4 (patch) | |
tree | 70257e88a1b7a0b231ac778bdb7ffcd87d376d74 /keyboards/westfoxtrot/prophet/rules.mk | |
parent | 3736db6081ac75ed425fde5ff52deab78d27b650 (diff) |
[Keyboard] add prophet support (#9275)
* add prophet support
* Update keyboards/westfoxtrot/prophet/config.h
* Update keyboards/westfoxtrot/prophet/rules.mk
* Update keyboards/westfoxtrot/prophet/config.h
* Update keyboards/westfoxtrot/prophet/prophet.c
* Update keyboards/westfoxtrot/prophet/readme.md
* Update keyboards/westfoxtrot/prophet/readme.md
* Update keyboards/westfoxtrot/prophet/keymaps/default/keymap.c
* Update keyboards/westfoxtrot/prophet/keymaps/default/keymap.c
* Update keyboards/westfoxtrot/prophet/keymaps/via/keymap.c
* Update keyboards/westfoxtrot/prophet/keymaps/via/keymap.c
* Update keyboards/westfoxtrot/prophet/keymaps/via/keymap.c
* Update keyboards/westfoxtrot/prophet/keymaps/via/keymap.c
* remove bootloader_defs
fixed via keymap
* Update keyboards/westfoxtrot/prophet/prophet.h
* Update keyboards/westfoxtrot/prophet/keymaps/default/keymap.c
* Update keyboards/westfoxtrot/prophet/keymaps/default/keymap.c
* Update keyboards/westfoxtrot/prophet/keymaps/via/keymap.c
* Update keyboards/westfoxtrot/prophet/keymaps/via/keymap.c
* Update keyboards/westfoxtrot/prophet/keymaps/via/keymap.c
* changed vendor id
* changed prophet.c
Diffstat (limited to 'keyboards/westfoxtrot/prophet/rules.mk')
-rw-r--r-- | keyboards/westfoxtrot/prophet/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/westfoxtrot/prophet/rules.mk b/keyboards/westfoxtrot/prophet/rules.mk new file mode 100644 index 0000000000..71fe100682 --- /dev/null +++ b/keyboards/westfoxtrot/prophet/rules.mk @@ -0,0 +1,19 @@ +# MCU name +MCU = STM32F072 + +# Build Options +# comment out to disable the options. +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +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 +SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend +NKRO_ENABLE = yes # USB Nkey Rollover +CUSTOM_MATRIX = no # Custom matrix file +BACKLIGHT_ENABLE = no +RGBLIGHT_ENABLE = no + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |