[Keyboard] Modernize KMAC (#6131)
* [Keyboard] Modernize the KMAC implementation This brings the matrix implementation more in line with the current default matrix code. It also simplifies the implementation quite a bit. * [Keyboard] Add layout support to KMAC
This commit is contained in:
committed by
Drashna Jaelre
parent
8fd3f42281
commit
3483c51f62
@@ -2,8 +2,6 @@
|
||||
|
||||
This is the default keymap for the winkey version of the PCB. It implements the same features as the official default KMAC firmware.
|
||||
|
||||
See [keymap.c](keymap.c) for details.
|
||||
|
||||
## Layers
|
||||
|
||||
The keymap have two layers. To access the functions on the second layer, hold down `Fn` and press the corresponding key.
|
||||
@@ -50,7 +48,3 @@ These are mostly useless and serve more like examples I guess.
|
||||
| 2 | Types `Custom` |
|
||||
| 3 | Types `Keyboard` |
|
||||
| 4 | Inputs `<Ctrl+c>` `<Right>` `<Ctrl+v>` |
|
||||
|
||||
## Building
|
||||
|
||||
To build the firmware with the default keymap, run `make default`.
|
||||
|
Reference in New Issue
Block a user