diff options
author | Arda Kılıçdağı <arda@kilicdagi.com> | 2019-12-18 01:41:41 +0300 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2019-12-18 09:41:41 +1100 |
commit | 78ffc4f7fe1b9e86398d1eb8d95f23316a87b1a6 (patch) | |
tree | baf9eefdc4a331c429dd8c1d99149c8f32ea54a5 /keyboards/handwired/heisenberg/rules.mk | |
parent | 1646717b4b11141dd75367751421269c5df5c600 (diff) |
Heisenberg handwired keyboard added (#7643)
* Chotanck keyboard added
* Chotanck renamed to Heisenberg
* Further updates to Heisenberg Keyboard done
* Update keyboards/handwired/heisenberg/info.json
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/handwired/heisenberg/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/handwired/heisenberg/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/heisenberg/rules.mk')
-rw-r--r-- | keyboards/handwired/heisenberg/rules.mk | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/keyboards/handwired/heisenberg/rules.mk b/keyboards/handwired/heisenberg/rules.mk new file mode 100644 index 0000000000..2fd710029c --- /dev/null +++ b/keyboards/handwired/heisenberg/rules.mk @@ -0,0 +1,35 @@ +# 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 = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # 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 = yes # 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 = yes # Audio output on port C6 +FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches +HD44780_ENABLE = no # Enable support for HD44780 based LCDs + +LAYOUTS = planck_mit |