separated all my changes into separate files, working on generalizing my relativity macros. (#4368)
* Updating to my local changes. * Added auto-complete for joins. * Added lights to imply current state better
This commit is contained in:
committed by
Drashna Jaelre
parent
f8d8005835
commit
8f5ac39fb9
10
keyboards/dz60/keymaps/marianas/customLogic.h
Normal file
10
keyboards/dz60/keymaps/marianas/customLogic.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#define fnTimeout 500
|
||||
|
||||
|
||||
uint32_t layer_state_set_user(uint32_t state);
|
||||
|
||||
bool printSqlVerbs(uint16_t keycode, keyrecord_t *record);
|
||||
|
||||
bool updateLayerState(uint16_t keycode, keyrecord_t *record);
|
||||
|
||||
bool process_record_user(uint16_t keycode, keyrecord_t *record);
|
Reference in New Issue
Block a user