diff options
author | Danny <nooges@users.noreply.github.com> | 2021-01-25 01:39:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-24 22:39:00 -0800 |
commit | 2a34e07ff97ffe9b845b87b4177a139cc2054e30 (patch) | |
tree | 8f1051d9d5bed2cad1565ebdcfd2dbe7a8c06755 /keyboards/keebio/quefrency/rev2 | |
parent | bd5d3c879ef1bc019776d6736be76f98c12dd0fd (diff) |
[Keyboard] Add Quefrency Rev. 3 (#11578)
* Update default VIA layout option
* Add Quefrency Rev. 3
* Update readme
* Add GPL2 headers
* Update keyboards/keebio/quefrency/rev3/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/keebio/quefrency/rev2')
-rw-r--r-- | keyboards/keebio/quefrency/rev2/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keebio/quefrency/rev2/config.h b/keyboards/keebio/quefrency/rev2/config.h index 4f6a0c42c2..31d37a7832 100644 --- a/keyboards/keebio/quefrency/rev2/config.h +++ b/keyboards/keebio/quefrency/rev2/config.h @@ -64,5 +64,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_LED_MAP { 1, 2, 3, 12, 13, 14, 15, 0, 7, 6, 5, 4, 11, 10, 9, 8 } // Set 65% column (option 3) and Macro (option 4) on by default -#define VIA_EEPROM_LAYOUT_OPTIONS_DEFAULT 0x0018 +#define VIA_EEPROM_LAYOUT_OPTIONS_DEFAULT 0x00DE #define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2 |