Skip to content

Commit

Permalink
[Keyboard] Add Sinc Rev 1&2 Encoder Map Support (qmk#18861)
Browse files Browse the repository at this point in the history
  • Loading branch information
nooges committed Oct 28, 2022
1 parent 6514c25 commit e31fa77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions keyboards/keebio/sinc/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 }
#define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_MODE_RAINBOW_SWIRL + 2)

// Set right column, left macro, 1.75u shift, split spaces, and 5x1u on by default
#define VIA_EEPROM_LAYOUT_OPTIONS_DEFAULT 0x00DE
#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
4 changes: 2 additions & 2 deletions keyboards/keebio/sinc/rev1/info.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"keyboard_name": "Sinc Rev. 1",
"usb": {
"pid": "0x1267",
"device_version": "1.0.0"
"pid": "0x1367",
"device_version": "1.1.0"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
Expand Down
2 changes: 0 additions & 2 deletions keyboards/keebio/sinc/rev2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 }
#define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_MODE_RAINBOW_SWIRL + 2)

// Set right column, left macro, 1.75u shift, split spaces, and 5x1u on by default
#define VIA_EEPROM_LAYOUT_OPTIONS_DEFAULT 0x00DE
#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
4 changes: 2 additions & 2 deletions keyboards/keebio/sinc/rev2/info.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"keyboard_name": "Sinc Rev. 2",
"usb": {
"pid": "0x2267",
"device_version": "2.0.0"
"pid": "0x2367",
"device_version": "2.1.0"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
Expand Down

0 comments on commit e31fa77

Please sign in to comment.