diff options
author | Josh Hinnebusch <joshhinnebusch@gmail.com> | 2020-06-04 19:56:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 16:56:04 -0700 |
commit | 6cfc3cd940370d80fd44554eb9f669950495e1f9 (patch) | |
tree | ca6e679f8b3ad067404786dfad612ae6effb6e08 /keyboards/hineybush/h10/rules.mk | |
parent | e84e9a2004cbec490f94d74353864f19dfad89c4 (diff) | |
download | qmk_firmware-6cfc3cd940370d80fd44554eb9f669950495e1f9.tar.gz |
[Keyboard] add hineybush/h10 pcb (#9036)
* initial h10 commit
* update h10
* update files, add via keymap
* edit h10 readme
* update per PR requests
* add copyright (i think this is what fauxpark wants)
* fix comment
* remove config.h files
* update per PR requests
* Update keyboards/hineybush/h10/info.json
* Update keyboards/hineybush/h10/info.json
Diffstat (limited to 'keyboards/hineybush/h10/rules.mk')
-rw-r--r-- | keyboards/hineybush/h10/rules.mk | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/hineybush/h10/rules.mk b/keyboards/hineybush/h10/rules.mk new file mode 100644 index 000000000..450487379 --- /dev/null +++ b/keyboards/hineybush/h10/rules.mk @@ -0,0 +1,26 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# 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 = 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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +MIDI_ENABLE = no # MIDI support +BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID +AUDIO_ENABLE = no # Audio output +FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches + +LAYOUTS = ortho_6x4 numpad_6x4 |