diff options
author | Danny <nooges@users.noreply.github.com> | 2023-06-14 12:26:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 12:26:46 -0400 |
commit | f5ee7b7ed89715860ec769cbbe1b3b6468a80300 (patch) | |
tree | 2c17f307c0304248768c7dd11c081fe71a63799a /keyboards/keebio/sinc/keymaps/iso | |
parent | 4055f2a93706af7f3cec46a9b1683cdefeb0d25a (diff) |
Add Sinc Rev. 4 (#21130)
* Fork Rev. 3 to 4
* Update RGB LED positions
* Adjust RGB positions
* Enable more RGB modes
* Update copyrights
* Add license headers to keymaps
* Use same type of license header
Co-authored-by: Joel Challis <git@zvecr.com>
* Fix I2C pins
---------
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/keebio/sinc/keymaps/iso')
-rw-r--r-- | keyboards/keebio/sinc/keymaps/iso/keymap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/keebio/sinc/keymaps/iso/keymap.c b/keyboards/keebio/sinc/keymaps/iso/keymap.c index f7ad1047bf..f3eaaa5bca 100644 --- a/keyboards/keebio/sinc/keymaps/iso/keymap.c +++ b/keyboards/keebio/sinc/keymaps/iso/keymap.c @@ -1,3 +1,6 @@ +// Copyright 2023 Danny Nguyen (danny@keeb.io) +// SPDX-License-Identifier: GPL-2.0-or-later + #include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |