diff options
author | Jonathan Dayton <jdayton3@users.noreply.github.com> | 2020-08-26 11:55:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-26 09:55:18 -0700 |
commit | 2f9eb4cd22777e369cf220594d2269d6cfa8fcb6 (patch) | |
tree | 0aec0dd89814027e147cf5669edb2b50587d49db /keyboards/for_science/rules.mk | |
parent | bad662b830bc5d93e244aec73d3115a65d7ccf17 (diff) |
[Keyboard] For Science (#9607)
* Add a compiling layout based on minidox
* Add the correct pins
* Add old for science code
* Update to 2020 standards
* Get the keymap working
* update config
* Update pinout
* Fix pins
* Make requested changes
* Add info.json for configurator
* for science - PR comments
* Apply suggestions from code review
Diffstat (limited to 'keyboards/for_science/rules.mk')
-rw-r--r-- | keyboards/for_science/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/for_science/rules.mk b/keyboards/for_science/rules.mk new file mode 100644 index 0000000000..b8e091ef66 --- /dev/null +++ b/keyboards/for_science/rules.mk @@ -0,0 +1,21 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +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 +# 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 = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |