diff options
author | Dao Tak Isaac <daotran0940@gmail.com> | 2021-10-10 04:55:00 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-09 14:55:00 -0700 |
commit | 3c188d98a1aebbabb06c635f91195182aa84fa4d (patch) | |
tree | 28a275049db66af04b68dddb375e32ac6f3eb66c /keyboards/dtisaac/cg108/rules.mk | |
parent | f216c20fc74fc1b8ef2e6d952b17b1ee1914e236 (diff) | |
download | qmk_firmware-3c188d98a1aebbabb06c635f91195182aa84fa4d.tar.gz qmk_firmware-3c188d98a1aebbabb06c635f91195182aa84fa4d.zip |
[Keyboard] Add cg108 keyboard and fix keymap Dosa40rgb (#14753)
* Add cg108 keyboard and fix keymap Dosa40rgb
* Update keyboards/dtisaac/cg108/readme.md
* Update keyboards/dtisaac/dosa40rgb/rules.mk
* Update keyboards/dtisaac/cg108/info.json
* Update keyboards/dtisaac/cg108/keymaps/default/keymap.c
* Update keyboards/dtisaac/cg108/rules.mk
* Update keyboards/dtisaac/cg108/rules.mk
Diffstat (limited to 'keyboards/dtisaac/cg108/rules.mk')
-rw-r--r-- | keyboards/dtisaac/cg108/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/dtisaac/cg108/rules.mk b/keyboards/dtisaac/cg108/rules.mk new file mode 100644 index 0000000000..5890068ca9 --- /dev/null +++ b/keyboards/dtisaac/cg108/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +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 = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |