diff options
author | Eithan Shavit <eithanshavit@users.noreply.github.com> | 2021-04-09 22:57:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 22:57:30 -0700 |
commit | e09ca633173c9b6d9a1f1c7dff49ccef89fae273 (patch) | |
tree | 64f511706c64cf2edabcec74ac585f2258ad1102 /keyboards/afternoonlabs/breeze/rev1 | |
parent | 3dbb7f261dab573a3b55390394444ac3ceb3d257 (diff) | |
download | qmk_firmware-e09ca633173c9b6d9a1f1c7dff49ccef89fae273.tar.gz qmk_firmware-e09ca633173c9b6d9a1f1c7dff49ccef89fae273.zip |
[Keyboard] Add afternoonlabs/oceanbreeze (#12299)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Eithan Shavit <eithan@fb.com>
Diffstat (limited to 'keyboards/afternoonlabs/breeze/rev1')
-rw-r--r-- | keyboards/afternoonlabs/breeze/rev1/readme.md | 4 | ||||
-rw-r--r-- | keyboards/afternoonlabs/breeze/rev1/rules.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/afternoonlabs/breeze/rev1/readme.md b/keyboards/afternoonlabs/breeze/rev1/readme.md index 9d845f6f37..604d95f252 100644 --- a/keyboards/afternoonlabs/breeze/rev1/readme.md +++ b/keyboards/afternoonlabs/breeze/rev1/readme.md @@ -4,9 +4,9 @@ Split ergonomics meets productivity. Breeze Rev1 is a split keyboard with 6×4 keys, 4 key thumb cluster, arrow keys, and a 6 key macro cluster, with ortholinear column-staggered. -* Keyboard Maintainer: [Eithan Shavit](https://github.com/eithanshavit) +* Keyboard Maintainer: [AfternoonLabs](https://github.com/afternoonlabs) * Hardware Supported: Breeze 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): diff --git a/keyboards/afternoonlabs/breeze/rev1/rules.mk b/keyboards/afternoonlabs/breeze/rev1/rules.mk index d1847482f6..773650d128 100644 --- a/keyboards/afternoonlabs/breeze/rev1/rules.mk +++ b/keyboards/afternoonlabs/breeze/rev1/rules.mk @@ -9,8 +9,8 @@ BOOTLOADER = caterina # SPLIT_KEYBOARD = yes BOOTMAGIC_ENABLE = lite -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 = yes # 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 |