diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-04-27 18:17:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 18:17:12 -0700 |
commit | d322ec5452835ac7aa23afb91e0eedca0bc0f0f1 (patch) | |
tree | 0108a159b0e39a469cdd681e9b90c124b34f5b39 /keyboards/tgr/910ce/rules.mk | |
parent | c7449b384013fbd9efb8a25ce1d51b73f988a3fb (diff) |
[Keyboard] TGR 910 CE (#8940)
* initial commit for TGR 910 CE
* got firmware working on the 910 CE
* add VIA support
* add iso and all layouts
* update information about resetting the board
* fixup default keymap to have a second layer
* fixup default keymap
* add VIA enabled keymap
* cleanups and adding community layout support
* add caps lock led support and backlight
* add qmk configurator support
* Update keyboards/tgr/910ce/info.json
Diffstat (limited to 'keyboards/tgr/910ce/rules.mk')
-rw-r--r-- | keyboards/tgr/910ce/rules.mk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/tgr/910ce/rules.mk b/keyboards/tgr/910ce/rules.mk new file mode 100644 index 0000000000..7a21b8a329 --- /dev/null +++ b/keyboards/tgr/910ce/rules.mk @@ -0,0 +1,28 @@ +# MCU name +MCU = atmega32a + +# Bootloader selection +# Teensy halfkay +# Pro Micro caterina +# Atmel DFU atmel-dfu +# LUFA DFU lufa-dfu +# QMK DFU qmk-dfu +# ATmega32A bootloadHID +# ATmega328P USBasp +BOOTLOADER = bootloadHID + +# 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 = yes # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +WS2812_DRIVER = i2c + +OPT_DEFS = -DDEBUG_LEVEL=0 + +LAYOUTS = 65_ansi_blocker 65_iso_blocker
\ No newline at end of file |