diff options
author | Adam Newbold <adam@neatnik.net> | 2019-03-18 14:06:31 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-03-18 11:06:31 -0700 |
commit | 83937573d176b87785f4c6eb058ecf8e86033283 (patch) | |
tree | c5bc7584c8f4df26a4446a959b19b676a45525b7 /keyboards/1upkeyboards/1up60hte/config.h | |
parent | bd61b5b0ed76eb3b9676ef828b9e833cdb3301e5 (diff) |
[Keyboard] Corrected layout for top row keys (#5429)
* Corrected column count and adjusted layouts to include missing key
The original version reflected 14 columns and omitted KC_GRV, the 15th key on the top row. This revision adds support for the 15h key, and also updates the default (Tsangan) layout to include the HHKB layer keys.
* Reverted config.h to version in master branch
* Moved K413 to the correct location
* Added info.json
* Update keyboards/1upkeyboards/1up60hte/1up60hte.h
Co-Authored-By: newbold <adam@neatnik.net>
* Update keyboards/1upkeyboards/1up60hte/info.json
Co-Authored-By: newbold <adam@neatnik.net>
* Update keyboards/1upkeyboards/1up60hte/keymaps/default/keymap.c
Co-Authored-By: newbold <adam@neatnik.net>
* Update keyboards/1upkeyboards/1up60hte/keymaps/hhkb/keymap.c
Co-Authored-By: newbold <adam@neatnik.net>
* Update keyboards/1upkeyboards/1up60hte/keymaps/hhkb/keymap.c
Co-Authored-By: newbold <adam@neatnik.net>
* Update keyboards/1upkeyboards/1up60hte/keymaps/default/keymap.c
Co-Authored-By: newbold <adam@neatnik.net>
Diffstat (limited to 'keyboards/1upkeyboards/1up60hte/config.h')
-rw-r--r-- | keyboards/1upkeyboards/1up60hte/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/1upkeyboards/1up60hte/config.h b/keyboards/1upkeyboards/1up60hte/config.h index c7e023a5ed..892a8b9fe8 100644 --- a/keyboards/1upkeyboards/1up60hte/config.h +++ b/keyboards/1upkeyboards/1up60hte/config.h @@ -62,4 +62,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 -#endif +#endif
\ No newline at end of file |