mirror of
https://github.com/System-End/hackpad.git
synced 2026-04-19 23:32:54 +00:00
fix firmware
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
8e34e5dc48
commit
4d87cfb5b9
3 changed files with 17 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
hackpads/yumekey/firmware/keymaps/default/rules.mk
Executable file
1
hackpads/yumekey/firmware/keymaps/default/rules.mk
Executable file
|
|
@ -0,0 +1 @@
|
|||
ENCODER_MAP_ENABLE = yes
|
||||
|
|
@ -3,5 +3,4 @@ OLED_TRANSPORT = i2c
|
|||
OLED_DRIVER = ssd1306
|
||||
|
||||
ENCODER_ENABLE = yes
|
||||
ENCODER_MAP_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue