diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-04 19:20:40 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-04-04 19:20:40 +0000 |
commit | af3c7bae2369496d97bffa8e913e5e752b43b3ea (patch) | |
tree | 93b1f3474d42d525a8e16dada1d4ed156abb179e /keyboards/hineybush/h65_hotswap/rules.mk | |
parent | 8e34665e6e5bfd8b9caaaf0de3836cb6838ba1f7 (diff) | |
parent | 6a156cb5cc3bebbca489688a650abf917d04f6f7 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/hineybush/h65_hotswap/rules.mk')
-rw-r--r-- | keyboards/hineybush/h65_hotswap/rules.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/keyboards/hineybush/h65_hotswap/rules.mk b/keyboards/hineybush/h65_hotswap/rules.mk index 702fe717f2..f4afd28025 100644 --- a/keyboards/hineybush/h65_hotswap/rules.mk +++ b/keyboards/hineybush/h65_hotswap/rules.mk @@ -7,12 +7,14 @@ BOOTLOADER = atmel-dfu # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output + +LAYOUTS = 65_ansi_blocker 65_ansi_blocker_split_bs 65_iso_blocker 65_iso_blocker_split_bs |