diff options
author | mfkiiyd <mfkiiyd@126.com> | 2021-07-07 09:06:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 18:06:39 -0700 |
commit | b976fcbb44203e10fc8a106dec38cdb72224e43f (patch) | |
tree | 8b76c1ae4cba692230f10630fccc10eafdc01ac3 /keyboards/poker87c/rules.mk | |
parent | a0a57dc6136a41d0149f2dea817b672e90f6d1da (diff) |
[Keyboard] Add poker87c and poker87d (#12810)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Water <mfkiiyd@163.com>
Diffstat (limited to 'keyboards/poker87c/rules.mk')
-rw-r--r-- | keyboards/poker87c/rules.mk | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/poker87c/rules.mk b/keyboards/poker87c/rules.mk new file mode 100644 index 0000000000..4ae94ca96b --- /dev/null +++ b/keyboards/poker87c/rules.mk @@ -0,0 +1,27 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = full # 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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +KEY_LOCK_ENABLE = no # Enable KC_LOCK support + +# generated by KBFirmware JSON to QMK Parser +# https://noroadsleft.github.io/kbf_qmk_converter/ |