diff options
author | tominabox1 <tom.campie@gmail.com> | 2020-03-25 20:53:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 01:53:40 +0000 |
commit | 9fb988b6e8102e9b0bd16d3342392f49af0c559e (patch) | |
tree | a80644edb6a9c1bef1a7a06f9a64ad7b24c5caf0 /keyboards/underscore33/rules.mk | |
parent | 016d417253aa2d905de36108c4badbc3732ad391 (diff) | |
download | qmk_firmware-9fb988b6e8102e9b0bd16d3342392f49af0c559e.tar.gz |
Add _33 Keyboard folder (#8543)
* Add _33 Keyboard folder
* Correcting naming convetions and other code convetions
* Removed extra spaces
* fixed layout callbacks to new lower-case versions
* Remove tapping_term, fix RGB pin define. Added blank readme-to be updated.
* initial addition of the readme.md
* Update readme.md for hardware/pcb availability info
* Adding keymap readme
* Info.json added
* Incorporate Drashna's recommended changes
Diffstat (limited to 'keyboards/underscore33/rules.mk')
-rw-r--r-- | keyboards/underscore33/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/underscore33/rules.mk b/keyboards/underscore33/rules.mk new file mode 100644 index 000000000..a5c12fdad --- /dev/null +++ b/keyboards/underscore33/rules.mk @@ -0,0 +1,25 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +# Teensy halfkay +# Pro Micro caterina +# Atmel DFU atmel-dfu +# LUFA DFU lufa-dfu +# QMK DFU qmk-dfu +# ATmega32A bootloadHID +# ATmega328P USBasp +BOOTLOADER = atmel-dfu + +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 = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +TAP_DANCE_ENABLE = no |