diff options
| author | Drashna Jaelre <drashna@live.com> | 2020-10-13 04:35:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-13 04:35:36 -0700 |
| commit | 2a65709db6b6154b6780b70b26de57d8d9a63749 (patch) | |
| tree | fb79b2928adcde4b41df8062060982bb03e4d806 /keyboards/moonlander/matrix.c | |
| parent | 451e600476d72b6f595044844b8a6767246de5ce (diff) | |
| download | qmk_firmware-2a65709db6b6154b6780b70b26de57d8d9a63749.tar.gz qmk_firmware-2a65709db6b6154b6780b70b26de57d8d9a63749.zip | |
[Keyboard] Update to ZSA Boards (#10119)
* Add VID/PIDs to ErgoDox EZ
* Add VID/PIDs for Planck EZ and Glow revision
* Make names consistent
* fix typo in docs
* Move LED config back, for maximum compatibility
* Add revisions for ErgoDox EZ boards
* Fix embarassing typo
* Typooooo
Co-authored-by: Nick Brassel <nick@tzarc.org>
* Update Licensing info
* Update Moonlander default keymap to match Oryx's default
* Fix formatting based on suggestions
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Make indicator LEDs more configurable
* Update default keymap
* Handle older eeprom settings
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/moonlander/matrix.c')
| -rw-r--r-- | keyboards/moonlander/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/moonlander/matrix.c b/keyboards/moonlander/matrix.c index 774b01187..b90c1b59e 100644 --- a/keyboards/moonlander/matrix.c +++ b/keyboards/moonlander/matrix.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Copyright 2020 ZSA Technology Labs, Inc <@zsa> | 1 | /* Copyright 2020 ZSA Technology Labs, Inc <@zsa> |
| 2 | * Copyright 2020 Jack Humbert <jack.humb@gmail.com> | 2 | * Copyright 2020 Jack Humbert <jack.humb@gmail.com> |
| 3 | * Copyright 2020 Drashna Jael're <drashna@live.com> | 3 | * Copyright 2020 Christopher Courtney <drashna@live.com> (@drashna) |
| 4 | * | 4 | * |
| 5 | * This program is free software: you can redistribute it and/or modify | 5 | * This program is free software: you can redistribute it and/or modify |
| 6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
