From 38e3be4c749f9d35a6d37e501d0fbaa737197240 Mon Sep 17 00:00:00 2001 From: Josh Hinnebusch Date: Sun, 20 Feb 2022 03:21:18 -0500 Subject: Add h08_ocelot and h65 PCBs (#14054) * add h65 start * add h65 base files * add ocelot base files * add via keymap * Update keyboards/hineybush/h08_ocelot/config.h * Update keyboards/hineybush/h65/config.h * add base files for h65 hotswap * changes made per PR * finally made updates per PR * update readmes * Update keyboards/hineybush/h65_hotswap/config.h * Update keyboards/hineybush/h65_hotswap/rules.mk * Update keyboards/hineybush/h65_hotswap/rules.mk * Update keyboards/hineybush/h65_hotswap/readme.md * Update keyboards/hineybush/h65_hotswap/info.json * Update keyboards/hineybush/h65/rules.mk * Update keyboards/hineybush/h65_hotswap/keymaps/default/keymap.c * Update keyboards/hineybush/h65_hotswap/keymaps/default/keymap.c * Update keyboards/hineybush/h65_hotswap/h65_hotswap.h * Update keyboards/hineybush/h65_hotswap/keymaps/default/keymap.c * Update keyboards/hineybush/h65_hotswap/keymaps/default/keymap.c * Update keyboards/hineybush/h65/rules.mk * Update keyboards/hineybush/h65/readme.md * Update keyboards/hineybush/h08_ocelot/h08_ocelot.h * Update keyboards/hineybush/h08_ocelot/keymaps/default/keymap.c * Update keyboards/hineybush/h08_ocelot/keymaps/default/keymap.c * Update keyboards/hineybush/h08_ocelot/keymaps/via/keymap.c * Update keyboards/hineybush/h08_ocelot/keymaps/via/keymap.c * Update keyboards/hineybush/h08_ocelot/readme.md * Update keyboards/hineybush/h08_ocelot/rules.mk * Update keyboards/hineybush/h08_ocelot/rules.mk * Update keyboards/hineybush/h65/h65.h * Update keyboards/hineybush/h08_ocelot/info.json * Update keyboards/hineybush/h65/info.json * Update keyboards/hineybush/h65/keymaps/default/keymap.c * Apply suggestions from code review * update jsons for default qmk config layout * Update keyboards/hineybush/h08_ocelot/rules.mk * Update keyboards/hineybush/h65/h65.h * Update keyboards/hineybush/h65/info.json * Update keyboards/hineybush/h65/keymaps/default/keymap.c * Update keyboards/hineybush/h65_hotswap/keymaps/default/keymap.c * Update keyboards/hineybush/h65_hotswap/keymaps/via/keymap.c * Update keyboards/hineybush/h65_hotswap/keymaps/via/keymap.c * Update keyboards/hineybush/h65_hotswap/keymaps/via/keymap.c * Update keyboards/hineybush/h65_hotswap/rules.mk * Update keyboards/hineybush/h65/config.h --- keyboards/hineybush/h65/rules.mk | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 keyboards/hineybush/h65/rules.mk (limited to 'keyboards/hineybush/h65/rules.mk') diff --git a/keyboards/hineybush/h65/rules.mk b/keyboards/hineybush/h65/rules.mk new file mode 100644 index 0000000000..b8ddfaba64 --- /dev/null +++ b/keyboards/hineybush/h65/rules.mk @@ -0,0 +1,21 @@ +# 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 = 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 +# 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 +AUDIO_ENABLE = no # Audio output -- cgit v1.2.1 From 2d1d44edb701a47571d8ad2a07cb0899f255849e Mon Sep 17 00:00:00 2001 From: jack <59737601+waffle87@users.noreply.github.com> Date: Sun, 20 Feb 2022 23:04:43 -0700 Subject: [Keyboard] Fix Hineybush/h08_ocelot and Hineybush/h65(_hotswap) (#16405) --- keyboards/hineybush/h65/rules.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'keyboards/hineybush/h65/rules.mk') diff --git a/keyboards/hineybush/h65/rules.mk b/keyboards/hineybush/h65/rules.mk index b8ddfaba64..702fe717f2 100644 --- a/keyboards/hineybush/h65/rules.mk +++ b/keyboards/hineybush/h65/rules.mk @@ -12,10 +12,7 @@ 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 -# 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 +NKRO_ENABLE = no # Enable N-Key Rollover BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output -- cgit v1.2.1 From d59d60ff69cae8e60ed08c5bc31ee3cd7e0a5d1d Mon Sep 17 00:00:00 2001 From: James Young <18669334+noroadsleft@users.noreply.github.com> Date: Mon, 4 Apr 2022 11:56:20 -0700 Subject: Hineybush H65 Layout Additions and Configurator Update (#16779) * info.json: apply friendly formatting * h65.h: use QMK 3-character notation * h65.h: add matrix diagram * add LAYOUT_65_ansi_blocker * add LAYOUT_65_ansi_blocker_split_bs * add LAYOUT_65_ansi_blocker_tsangan * add LAYOUT_65_ansi_blocker_tsangan_split_bs * add LAYOUT_65_iso_blocker * add LAYOUT_65_iso_blocker_split_bs * add LAYOUT_65_iso_blocker_tsangan * add LAYOUT_65_iso_blocker_tsangan_split_bs * grid align keycodes in keymaps * rules.mk: align inline comments --- keyboards/hineybush/h65/rules.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'keyboards/hineybush/h65/rules.mk') diff --git a/keyboards/hineybush/h65/rules.mk b/keyboards/hineybush/h65/rules.mk index 702fe717f2..904686fd9c 100644 --- a/keyboards/hineybush/h65/rules.mk +++ b/keyboards/hineybush/h65/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_ansi_blocker_tsangan 65_iso_blocker 65_iso_blocker_split_bs -- cgit v1.2.1