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

Adalyn keyboard initial #14184

Merged
merged 7 commits into from
Jan 7, 2022
Merged

Adalyn keyboard initial #14184

merged 7 commits into from
Jan 7, 2022

Conversation

tominabox1
Copy link
Contributor

Description

Initial support for Adalyn, an Alice-Like QAZ keyboard

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

Checklist

  • My code follows the code style of this project: C, Python
  • [ x] I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

keyboards/adalyn/adalyn.c Show resolved Hide resolved
keyboards/adalyn/adalyn.h Show resolved Hide resolved
keyboards/adalyn/config.h Show resolved Hide resolved
keyboards/adalyn/keymaps/default/config.h Show resolved Hide resolved
keyboards/adalyn/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/adalyn/rules.mk Outdated Show resolved Hide resolved
keyboards/adalyn/keymaps/vial/config.h Outdated Show resolved Hide resolved
keyboards/adalyn/keymaps/vial/keymap.c Outdated Show resolved Hide resolved
keyboards/adalyn/keymaps/vial/rules.mk Outdated Show resolved Hide resolved
keyboards/adalyn/keymaps/vial/vial.json Outdated Show resolved Hide resolved
keyboards/adalyn/rules.mk Outdated Show resolved Hide resolved
keyboards/adalyn/rules.mk Outdated Show resolved Hide resolved
@drashna drashna requested a review from a team September 25, 2021 16:44
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite

Comment on lines 5 to 6
"width": 10.25,
"height": 4,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"width": 10.25,
"height": 4,

@@ -0,0 +1,3 @@
# Adalyn

Todo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Todo
![%KEYBOARD%](imgur.com image replace me!)
*A short description of the keyboard/project*
* Keyboard Maintainer: [%YOUR_NAME%](https://github.com/yourusername)
* Hardware Supported: *The PCBs, controllers supported*
* Hardware Availability: *Links to where you can find this hardware*
Make example for this keyboard (after setting up your build environment):
make %KEYBOARD%:default
Flashing example for this keyboard:
make %KEYBOARD%:default:flash
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
## Bootloader
Enter the bootloader in 3 ways:
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
* **Keycode in layout**: Press the key mapped to `RESET` if it is available

@noroadsleft noroadsleft merged commit 7ed34bb into qmk:master Jan 7, 2022
@noroadsleft
Copy link
Member

Thanks!

ryphon pushed a commit to ryphon/qmk_firmware that referenced this pull request Jan 12, 2022
* first Adalyn commit

* fixed json and removed via

* fixed GPL headers and rules.mk

* fix extra space after gpl
add vial keymap

* Removed VIAL and revised rules.mk

* updating per request and completing readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants