[Keymap] Pvinis master (#5843)
* trying to make my global keymap * refactoring the old keymap using userspace * getting there * move readme and remove community layout * use pragma once instead of ifndefs * just make iris work * iris decent * better naming * add some modifiers on the home row * use symbol and sysctl layers * fix up * a bit faster * add < and > on symbol layer * apparently im not using z all that much.. * okok * fix up stuff * led init is back * bring back led indicators * Update keyboards/ergotravel/keymaps/pvinis/config.h Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * not needed * not needed * delete these for now, until I use the userspace code * remove katamari from here. made a new pr for it * lower case * drashna suggestion :) * move files to correct place * fix missing command
This commit is contained in:
parent
4cdb86c730
commit
b68d8fe82e
14 changed files with 750 additions and 506 deletions
15
users/pvinis/rules.mk
Normal file
15
users/pvinis/rules.mk
Normal file
|
@ -0,0 +1,15 @@
|
|||
# add userspace file
|
||||
SRC += pvinis.c
|
||||
|
||||
AUDIO_ENABLE = no # piezo speaker sounds
|
||||
RGBLIGHT_ENABLE = no # rgb leds underlight
|
||||
TAP_DANCE_ENABLE = yes
|
||||
BACKLIGHT_ENABLE = no # leds under keycaps
|
||||
#MOUSEKEY_ENABLE = no
|
||||
#SLEEP_LED_ENABLE = no # no led blinking while sleeping
|
||||
#NKRO_ENABLE = yes
|
||||
|
||||
# make firmware smaller
|
||||
LINK_TIME_OPTIMIZATION_ENABLE = yes
|
||||
CONSOLE_ENABLE = no
|
||||
COMMAND_ENABLE = no
|
Loading…
Add table
Add a link
Reference in a new issue