diff options
author | Grigory Avdyushin <avdyushin.g@gmail.com> | 2025-03-23 06:17:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-22 22:17:05 -0700 |
commit | ce2f7d86be171f7273299720ba739b8c85d4c267 (patch) | |
tree | 5359ccd60a4fce9ef2d7a3edb5455199b517c7d9 /keyboards/handwired/franky36/config.h | |
parent | 6a947fa5345b47f8d41c5ab13c0c6dac79cb3bc9 (diff) |
Franky36 handwired keyboard (#25029)
Diffstat (limited to 'keyboards/handwired/franky36/config.h')
-rw-r--r-- | keyboards/handwired/franky36/config.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/handwired/franky36/config.h b/keyboards/handwired/franky36/config.h new file mode 100644 index 0000000000..3749ff5785 --- /dev/null +++ b/keyboards/handwired/franky36/config.h @@ -0,0 +1,21 @@ +/* Copyright 2024-2025 Grigory Avdyushin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#pragma once + +#define I2C_DRIVER I2CD0 +#define I2C1_SDA_PIN GP0 +#define I2C1_SCL_PIN GP1 |