qmk_firmware/users
Drashna Jaelre 4a87af0e9a
[Keymap] Drashna updates for 0.19 (#19175)
* Fix up bastardkb boards since blackpill support is officially added.
  * Check for blackpill version, not elite c.
  * Add checks in chibiOS config since multiple ARM controllers supported.
  * Rework rules.mk for keymaps to better handle arm vs avr support
* Start moving away from `matrix_*_*` functions.
  * `housekeeping_task_*` instead of `matrix_scan_*`
  * `keyboard_(pre|post)_init_*` instead of `matrix_init_*` 
* Add ℂℴmⅈℂ unicode input method.
* Clean up unicode code to be more compact and flexible.
* Remove/move Pro Micro LED commands to userspace and better filter them
* Fixup OLED code
  * Use newer quantum keycode functions/preprocessors rather than manual bit manipulation
  * Make unicode mode render much more compact/simple.
* Make qmk secrets more self contained
* Remove custom implementation of split watchdog
2022-11-29 11:43:42 -08:00
..
_example
333fred
ajp10304
alfrdmalr
anderson
arkag
art
badger
bcat
billypython
brandonschlack
brett
byungyoonc
callum
cbbrowne
cedrikl
charlesrocket
cjuniet
csc027
curry
cwebster2
d4mation
danielo515
datagrok
davidkristoffersen
dennytom/chording_engine
devdev
dhertz
doogle999
draevin
drashna
dshields
dudeofawesome
edvorakjp
ericgebhart
gary
gourdo1
greatwizard
haervig
hvp
ibnuda
imchipwood
ishtob
issmirnov
jackhumbert
jarred
jdelkins
jjerrell
jonavin
kageurufu
klackygears
konstantin
kuatsure
kuchosauronad0
losinggeneration
manna-harbour_miryoku
mattly
mechmerlin
mguterl
miles2go
mnil
moults31
mtei
muppetjones
mverteuil
narze
nchristus
ninjonas
noroadsleft
not-quite-neo
nstickney
ollyhayes
pcewing
pdl
peej
pvinis
replicaJunction
riblee
ridingqwerty
rishka
rmeli
rmw
romus
rossman360
rs
rupa
rverst
scheiklp
sethBarberee
sigma
sigul
snowe
spacebarracecar
spidey3
spotpuff
stanrc85
talljoe
toinux
tominabox1
turbomech
twschum
uqs Normalise Unicode keycodes (#18898) 2022-10-31 21:15:12 +00:00
vitoni
vosechu
wanleg
xtonhasvim
xulkal
yanfali
yet-another-developer
zer09
zigotica
zyber
readme.md
yanfali_wkl

User space

This is a place for users to put code that they might use between keyboards. If you build the keymap mine, /users/mine/rules.mk will be included in your build, and /users/mine/ will be in your path - keep these things in mind when naming your files and referencing them from other places.