starting some changes on layer handling and key functions

partial-rewrite
Ben Blazak 2012-06-10 20:48:24 -07:00
parent ce13bf3893
commit 471a92834c
1 changed files with 7 additions and 0 deletions

View File

@ -91,6 +91,13 @@ void kbfun_release(
}
}
// TODO:
// - allocate 10 layers, by default (overrideable in the map specific .h)
// - implement having different keys using different layers
// - implement two shifts => capslock
// - implement layer lock key combos (make a function to switch to a specific
// layer)
void kbfun_layer_inc(
uint8_t keycode, uint8_t * current_layer,
uint8_t * row, uint8_t * col ) {