diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-03-01 14:52:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 14:52:25 -0800 |
commit | 325c6341017381382f804efa214a83f3014f399f (patch) | |
tree | 325f76568e171f5ca8ea7a7062cb465e4e4dd0c6 /keyboards/atlas_65/info.json | |
parent | 369575ad138656a47e2f94ce41e5a31e39a3dc84 (diff) |
atlas_65 Layout Macro Refactor (#16483)
* atlas_65.h: add matrix diagram
* atlas_65.h: apply linting
- convert tabs to spaces
- four-space indent
- align backslashes in layout macro
* atlas_65.h: adjust layout macro alignment
Visually separates each side. White-space-only change.
* physically arrange layout macro
Move the matrix position identifiers in the layout macro to resemble the assembled keyboard's layout.
- move `k46` (right side B) to the fourth (Shift) row
- move each of `k1E`, `k2E` and `k3E` (right side navigation keys) up one row
- update keymaps to match
* update maintainer data
Update the maintainer data in `info.json` and `readme.md`.
Diffstat (limited to 'keyboards/atlas_65/info.json')
-rw-r--r-- | keyboards/atlas_65/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/atlas_65/info.json b/keyboards/atlas_65/info.json index e95b25511c..d6c0eedb00 100644 --- a/keyboards/atlas_65/info.json +++ b/keyboards/atlas_65/info.json @@ -1,7 +1,7 @@ { "keyboard_name": "atlas-65", "url": "https://github.com/ryanstevensmith/atlas-65", - "maintainer": "Joshua Nguyen", + "maintainer": "ryanstevensmith, Joshua Nguyen", "layouts": { "LAYOUT": { "layout": [ |