diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-04-04 12:20:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-04 12:20:10 -0700 |
commit | 6a156cb5cc3bebbca489688a650abf917d04f6f7 (patch) | |
tree | 3cea24a414a3327880b87223d0bcea4565e0ed58 /keyboards/hineybush/h65_hotswap/rules.mk | |
parent | d59d60ff69cae8e60ed08c5bc31ee3cd7e0a5d1d (diff) |
Hineybush H65 Hotswap Layout Additions and Configurator Update (#16780)
* info.json: apply friendly formatting
* h65_hotswap.h: use QMK 3-character notation
* h65_hotswap.h: add matrix diagram
* rename LAYOUT to LAYOUT_all
* add LAYOUT_65_ansi_blocker
* add LAYOUT_65_ansi_blocker_split_bs
* add LAYOUT_65_iso_blocker
* add LAYOUT_65_iso_blocker_split_bs
* grid align keycodes in keymaps
* rules.mk: align inline comments
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 |