diff options
author | vattern <thys@vektorfoto.co.za> | 2020-08-06 23:18:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-06 15:18:34 -0700 |
commit | b531bd3b04e99e2a46004114997aa791d2699466 (patch) | |
tree | 3932d9fc05c967f9598d75b1209d3c7f3c0e01cc /keyboards/stoutgat/rules.mk | |
parent | 8dc2502177ea24b31190b073f4a0fdef92d73bff (diff) |
[Keyboard] Add new "stoutgat" keyboard (#9837)
* Add new "stoutgat" keyboard
Add new 65% ISO keyboard "stoutgat" with dual encoders
* Apply suggestions from code review
* Update readme with information about the keyboard
* Fix erroneous trailing comma in info.json
* Fix layout bits for qmk info
* Update keyboards/stoutgat/info.json
* Update keyboards/stoutgat/stoutgat.h
* Fix keymap and macro after updates
* Apply suggestions from code review
* Update keyboards/stoutgat/info.json
* Update keyboards/stoutgat/keymaps/default/keymap.c
* Update keyboards/stoutgat/info.json
* Update keyboards/stoutgat/readme.md
* Fix encoder volume bug
* Adding 65_iso and 65_ansi layouts
* Update keyboards/stoutgat/config.h
* Update keyboards/stoutgat/rules.mk
Diffstat (limited to 'keyboards/stoutgat/rules.mk')
-rw-r--r-- | keyboards/stoutgat/rules.mk | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/stoutgat/rules.mk b/keyboards/stoutgat/rules.mk new file mode 100644 index 0000000000..a9b6c4fc30 --- /dev/null +++ b/keyboards/stoutgat/rules.mk @@ -0,0 +1,27 @@ +# MCU name +MCU = atmega32a + +# Processor frequency +F_CPU = 16000000 + +# Bootloader selection +BOOTLOADER = USBasp + +# 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 = 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 = 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 +ENCODER_ENABLE = yes +LAYOUTS = 65_iso 65_ansi |