Skip to content

Commit

Permalink
Set default VIA layout options
Browse files Browse the repository at this point in the history
  • Loading branch information
nooges committed Apr 9, 2020
1 parent 4d3f2a9 commit e282e7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keyboards/keebio/quefrency/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGB_DI_PIN D3
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 16 // Number of LEDs

// Set 65% column (option 1) and Macro (option 2) on by default
#define VIA_EEPROM_LAYOUT_OPTIONS_DEFAULT 0x06
4 changes: 4 additions & 0 deletions keyboards/keebio/quefrency/rev2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLED_NUM 16 // Number of LEDs
#define RGBLED_SPLIT { 8, 8 }
#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_SIZE 2

0 comments on commit e282e7a

Please sign in to comment.