Pavlos Vinieratos and GitHub
b2b075c123
not accessible and not needed anyway for a test keymap ( #12366 )
2021-04-25 11:00:12 +10:00
Pavlos Vinieratos and GitHub
f6b40da7f8
update pvinis keymap ( #8746 )
...
* update a bunch of stuff
Better rules, better config, added encoders, lights, audio.
* some fmt
* more fmt
2020-04-13 11:59:04 -07:00
Pavlos Vinieratos and MechMerlin
e495574670
use mods ( #6095 )
2019-06-07 06:44:46 -07:00
Pavlos Vinieratos and Drashna Jaelre
1a28906a3d
[Keymap] Pvinis/update for iris ( #5889 )
...
* add default functions
* some indenting
* add ctl and alt
* maybe?
2019-05-16 09:38:28 -07:00
b541369c45
[Docs] Fix typo in Userspace doc ( #5871 )
...
* typo
* Update docs/feature_userspace.md
Co-Authored-By: fauxpark <fauxpark@gmail.com >
2019-05-16 08:21:51 -07:00
Pavlos Vinieratos and Drashna Jaelre
b68d8fe82e
[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
2019-05-14 12:02:22 -07:00
Pavlos Vinieratos
01c7475d12
add my consent.
2017-01-29 09:29:44 +01:00
Pavlos Vinieratos
34d6f07d2c
make a sysctl MO button so i can quickly use the arrows
2016-12-16 09:46:03 +01:00
Pavlos Vinieratos
9a59fee667
tap dance for some layers. one tap sysctl, two taps mouse.
2016-12-09 16:01:11 +01:00
Pavlos Vinieratos
063ade6bb5
add light for some layers
2016-12-09 16:00:46 +01:00
Pavlos Vinieratos
be2863e56d
separate sysctl and mouse layers
2016-12-09 16:00:10 +01:00
Pavlos Vinieratos
d5914a4dfe
add alt key
2016-12-09 14:37:22 +01:00
Pavlos Vinieratos
5d241479f5
media keys
2016-12-09 14:37:07 +01:00
Pavlos Vinieratos
0853227ede
add readme
2016-10-11 11:25:54 +02:00
Pavlos Vinieratos
538cdda78e
use wait_ms instead of _delay_ms
2016-10-11 10:34:47 +02:00
Pavlos Vinieratos
bcc0fa5c81
add messenger
2016-10-11 10:34:47 +02:00
Pavlos Vinieratos
2855de5f0f
init keymap
2016-10-11 10:34:47 +02:00
Pavlos Vinieratos
cda4b534fa
add user_data field
2016-09-21 11:29:43 +02:00
Pavlos Vinieratos
0edc82f030
formatting
2016-09-21 11:29:34 +02:00
Pavlos Vinieratos
e1f131db8e
restore each_tap callback
2016-09-21 10:23:51 +02:00
Pavlos Vinieratos
4e6a8627d8
add a couple of comments
2016-07-19 18:18:57 +02:00
Pavlos Vinieratos
d5daec2a58
on_each_tap_fn is called on tap down and tap up
2016-07-19 18:18:57 +02:00
Pavlos Vinieratos
2e815ad9a2
add link to hid_listen
2016-07-19 17:34:23 +02:00
Pavlos Vinieratos
6eb21d2680
add some debugging doc, after i found out how to print debug messages
2016-07-19 00:07:50 +02:00
Pavlos Vinieratos
d8a979b6d5
add a bit of documentation
2016-07-19 00:01:11 +02:00
Pavlos Vinieratos
dda2fd6ff3
in the default case, it should be called if there is actually a tap
...
dance happening, and in the normal case, it should be called when the
tap down is happening.
2016-07-18 23:34:02 +02:00
Pavlos Vinieratos
d3091faf36
change naming, and remove extraneous definition
2016-07-17 08:28:03 +02:00
Pavlos Vinieratos
f3b56701ed
add an anyway and a reset callback
...
when using tap dance, we have the `regular` callback that is called on
the last tap. this commit adds an `anyway` callback that is called on
every tap, and a `reset` callback that is called on reset of the tap
dance taps.
2016-07-16 00:04:12 +02:00
Pavlos Vinieratos
1a7e954f9f
in case its NULL
2016-07-16 00:04:12 +02:00
Pavlos Vinieratos
a28a6e5b79
extract reset keyboard into a function
...
that makes it easy to call reset_keyboard() from a function in a keymap
2016-07-13 16:38:02 +02:00
Pavlos Vinieratos
df25033fc6
fix typos
2016-07-04 17:55:32 +02:00