diff options
author | itsnoteasy <pyrosoma1@yahoo.ie> | 2020-06-05 07:55:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 23:55:39 -0700 |
commit | a68b0ed9a25dcbfd616faabab10a123c3c0710fd (patch) | |
tree | 11b3f0ef4def38a83b1d430a96fb2f1d50e6cc98 /keyboards/ortho5by12/rules.mk | |
parent | a2dee4494d27a0a7d6075317a1b41e0ff4db194f (diff) | |
download | qmk_firmware-a68b0ed9a25dcbfd616faabab10a123c3c0710fd.tar.gz |
[Keyboard] Add ortho5by12 keyboard (#9141)
* Add files via upload
* Update keyboards/ortho5by12/rules.mk
* Add files via upload
* Add files via upload
* Update keyboards/ortho5by12/ortho5by12.h
* Update keyboards/ortho5by12/ortho5by12.h
* Add files via upload
* Add files via upload
* Update keyboards/ortho5by12/readme.md
* Update keyboards/ortho5by12/readme.md
* Update keyboards/ortho5by12/readme.md
* Update keyboards/ortho5by12/readme.md
* Update keyboards/ortho5by12/readme.md
* Update keyboards/ortho5by12/readme.md
* Update keyboards/ortho5by12/info.json
* Update keyboards/ortho5by12/ortho5by12.h
* Apply suggestions from code review
* Update rules.mk
* Update config.h
* Update config.h
* Update config.h
* Delete rules.mk
* Delete config.h
* Delete info.json
* Delete ortho5by12.c
* Delete ortho5by12.h
* Delete readme.md
* Delete keymap.c
Diffstat (limited to 'keyboards/ortho5by12/rules.mk')
-rw-r--r-- | keyboards/ortho5by12/rules.mk | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/ortho5by12/rules.mk b/keyboards/ortho5by12/rules.mk new file mode 100644 index 000000000..465c5184f --- /dev/null +++ b/keyboards/ortho5by12/rules.mk @@ -0,0 +1,34 @@ +# MCU name +MCU = atmega328p + +# Bootloader selection +# Teensy halfkay +# Pro Micro caterina +# Atmel DFU atmel-dfu +# LUFA DFU lufa-dfu +# QMK DFU qmk-dfu +# atmega32a bootloadHID +# ATmega328P USBasp +BOOTLOADER = USBasp + +# 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 = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +MIDI_ENABLE = no # MIDI support +UNICODE_ENABLE = no # Unicode +BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID +AUDIO_ENABLE = no # Audio output on port C6 +FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches +HD44780_ENABLE = no # Enable support for HD44780 based LCDs +LAYOUTS_HAS_RGB = no |