ADD: macway/doc
FIX: keymap
BIN
macway/doc/back.jpg
Executable file
After Width: | Height: | Size: 119 KiB |
BIN
macway/doc/case.jpg
Executable file
After Width: | Height: | Size: 143 KiB |
BIN
macway/doc/keys.jpg
Executable file
After Width: | Height: | Size: 114 KiB |
BIN
macway/doc/side.jpg
Executable file
After Width: | Height: | Size: 107 KiB |
BIN
macway/doc/switch.jpg
Executable file
After Width: | Height: | Size: 113 KiB |
BIN
macway/doc/teensy.jpg
Executable file
After Width: | Height: | Size: 162 KiB |
BIN
macway/doc/wiring.jpg
Executable file
After Width: | Height: | Size: 162 KiB |
BIN
macway/doc/withHHKB.jpg
Executable file
After Width: | Height: | Size: 149 KiB |
BIN
macway/doc/withThinkPad.jpg
Executable file
After Width: | Height: | Size: 116 KiB |
|
@ -180,12 +180,12 @@ int keymap_set_layer(int layer)
|
|||
}
|
||||
|
||||
inline
|
||||
bool keymap_is_special_mode(int fn_bits)
|
||||
bool keymap_is_special_mode(uint8_t fn_bits)
|
||||
{
|
||||
return (keyboard_modifier_keys == (BIT_LCTRL | BIT_LSHIFT | BIT_LALT | BIT_LGUI));
|
||||
}
|
||||
|
||||
void keymap_fn_proc(int fn_bits)
|
||||
void keymap_fn_proc(uint8_t fn_bits)
|
||||
{
|
||||
// layer switching
|
||||
static int last_bits = 0;
|
||||
|
|