fix firmware

Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
roxwize 2024-11-02 21:16:34 -04:00
parent 8e34e5dc48
commit 4d87cfb5b9
No known key found for this signature in database
GPG key ID: 5B1A0FAB9BAB81EE
3 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,19 @@
/*
This is the c configuration file for the keymap
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/>.
*/
#define ENCODER_A_PINS { GP0, GP1 }
#define I2C_DRIVER I2CD1

View file

@ -0,0 +1 @@
ENCODER_MAP_ENABLE = yes

View file

@ -3,5 +3,4 @@ OLED_TRANSPORT = i2c
OLED_DRIVER = ssd1306
ENCODER_ENABLE = yes
ENCODER_MAP_ENABLE = yes
LTO_ENABLE = yes