diff options
| author | Guido Bartolucci | 2024-12-12 18:59:07 +0100 |
|---|---|---|
| committer | GitHub | 2024-12-12 18:59:07 +0100 |
| commit | d589dbb05b31a318086cbf01588230831140d95f (patch) | |
| tree | 320d314f090fbf757475d0164830bac38029e7e1 /keyboards/vt40/keymaps/default/rules.mk | |
| parent | d283e27bf870aaf24d35720c8eb7f8fc9979562c (diff) | |
Added VT-40 keyboard (#24706)
* Added VT-40 keyboard
* Remove commented out code. Oops
Co-authored-by: jack <jack@pngu.org>
* Change name of planck_layers to layers.
Co-authored-by: jack <jack@pngu.org>
* Update keyboards/vt40/keymaps/default/keymap.c
Co-authored-by: jack <jack@pngu.org>
* Removed unused features that I stole from the contra config
* Removed unused features that I stole from the contra config
* fixed lower/raise keys
* make adjust layer accessible
* Added adjust key for real this time
* Update keyboards/vt40/keyboard.json
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
---------
Co-authored-by: jack <jack@pngu.org>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Diffstat (limited to 'keyboards/vt40/keymaps/default/rules.mk')
| -rw-r--r-- | keyboards/vt40/keymaps/default/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/vt40/keymaps/default/rules.mk b/keyboards/vt40/keymaps/default/rules.mk new file mode 100644 index 0000000000..ee32568148 --- /dev/null +++ b/keyboards/vt40/keymaps/default/rules.mk @@ -0,0 +1 @@ +ENCODER_MAP_ENABLE = yes |