diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-09-26 05:48:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-25 22:48:14 -0700 |
commit | 14f0a417c7de9f71cf83723f4bb5852cdac03ab7 (patch) | |
tree | 229178f23200767a13399a08dc6b1fe3e434a306 /keyboards/ggkeyboards/genesis/solder/solder.c | |
parent | 532cfd56ca47e5fdba2d759747dd4ac358e0af3a (diff) |
GG Keyboards Genesis: Layout Macro update and clean-up (#14606)
* Genesis Hotswap: rename LAYOUT to LAYOUT_tkl_ansi
* Genesis Hotswap: delete blank layers from default keymap
Results in a smaller compiled firmware size.
* Genesis Hotswap: tidy-up via keymap
Fixes the visual alignment of keycodes.
* Genesis Hotswap: specify Hotswap in info.json
* Genesis Hotswap: enable Community Layout support
* Genesis Hotswap: remove KBFirmware Parser references
* Genesis Hotswap: specify Hotswap in config.h
* Genesis Solder: correct keyboard layout
* Genesis Solder: rename LAYOUT to LAYOUT_all
I don't actually know with certainty that this *is* LAYOUT_all, but in the absence of more concrete information, I'm going with this.
* Genesis Solder: delete blank layers from default keymap
Results in a smaller compiled firmware size.
* Genesis Solder: tidy-up via keymap
Fixes the visual alignment of keycodes.
* Genesis Solder: specify Hotswap in info.json
* Genesis Solder: add LAYOUT_tkl_ansi
* Genesis Solder: enable Community Layout support
* Genesis Solder: remove KBFirmware Parser references
* Genesis Solder: specify Solder in config.h
Diffstat (limited to 'keyboards/ggkeyboards/genesis/solder/solder.c')
-rw-r--r-- | keyboards/ggkeyboards/genesis/solder/solder.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/ggkeyboards/genesis/solder/solder.c b/keyboards/ggkeyboards/genesis/solder/solder.c index 9e1bdeb0ff..6474550515 100644 --- a/keyboards/ggkeyboards/genesis/solder/solder.c +++ b/keyboards/ggkeyboards/genesis/solder/solder.c @@ -1,4 +1,3 @@ - /* Copyright 2021 Steven Phillips (Spooknik) * * This program is free software: you can redistribute it and/or modify @@ -16,7 +15,3 @@ */ #include "solder.h" - -// generated by KBFirmware JSON to QMK Parser -// https://noroadsleft.github.io/kbf_qmk_converter/ - |