Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjustments to Gust Rev1.2 #12716

Merged
merged 3 commits into from
May 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion keyboards/afternoonlabs/gust/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
//┌─────────┬─────────┬─────────┐
KC_1, KC_2, KC_3,
//├─────────┼─────────┼─────────┤
KC_4, KC_5, KC_6
KC_4, KC_5, KC_6,
//├─────────┼─────────┼─────────┤

//├─────────┼─────────┼─────────┤
KC_7, KC_8, KC_9
//└─────────┴─────────┴─────────┘
)

Expand Down
2 changes: 1 addition & 1 deletion keyboards/afternoonlabs/gust/keymaps/default/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default Gust Layout

![Gust Layout Image](https://i.imgur.com/S94jViT.jpeg)
![Gust Layout Image](https://i.imgur.com/HfouVnS.png)

This is the default layout for Gust Macro Board.
4 changes: 2 additions & 2 deletions keyboards/afternoonlabs/gust/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

/* key matrix size */
// Rows are doubled-up
#define MATRIX_ROWS 2
#define MATRIX_ROWS 3
#define MATRIX_COLS 3

// wiring of each half
#define MATRIX_ROW_PINS { F5, F4 }
#define MATRIX_ROW_PINS { F5, F4, D0 }
#define MATRIX_COL_PINS { D1, D2, D3 }

/* Set 0 if debouncing isn't needed */
Expand Down
12 changes: 12 additions & 0 deletions keyboards/afternoonlabs/gust/rev1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@
{
"x": 2,
"y": 1
},
{
"x": 0,
"y": 3
},
{
"x": 1,
"y": 3
},
{
"x": 2,
"y": 3
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions keyboards/afternoonlabs/gust/rev1/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

![Gust](https://i.imgur.com/S94jViT.jpeg)

Gust Macro Board is a simple 6 key cluster that comes as a free bonus with the [Breeze Split Keyboard](https://afternoonlabs.com/breeze).
Gust Macro Board is a simple 3x3 key macro board. The bottom row can be snapped off to get a 2x3 board. Gust comes as a free bonus with the [Breeze Split Keyboard](https://afternoonlabs.com/breeze).

* Keyboard Maintainer: [Eithan Shavit](https://github.com/eithanshavit)
* Keyboard Maintainer: [Afternoon Labs](https://github.com/afternoonlabs)
* Hardware Supported: Gust Rev1 PCB
* Hardware Availability: Coming soon
* Hardware Availability: [store.afternoonlab.com](https://store.afternoonlabs.com)

Make example for this keyboard (after setting up your build environment):

Expand Down
6 changes: 4 additions & 2 deletions keyboards/afternoonlabs/gust/rev1/rev1.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@

#define LAYOUT( \
M00, M01, M02, \
M10, M11, M12 \
M10, M11, M12, \
M20, M21, M22 \
) \
{ \
{ M00, M01, M02 }, \
{ M10, M11, M12 } \
{ M10, M11, M12 }, \
{ M20, M21, M22 } \
}
6 changes: 3 additions & 3 deletions keyboards/afternoonlabs/gust/rev1/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ BOOTLOADER = caterina
# change yes to no to disable
#
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = no # Audio control and System control
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
Expand All @@ -19,4 +19,4 @@ NKRO_ENABLE = no # 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
AUDIO_ENABLE = no # Audio output