summaryrefslogtreecommitdiffstats
path: root/keyboards/1upkeyboards/1up60hte/config.h
diff options
context:
space:
mode:
authorAdam Newbold <adam@neatnik.net>2019-03-18 19:06:31 +0100
committerDrashna Jaelre <drashna@live.com>2019-03-18 19:06:31 +0100
commit83937573d176b87785f4c6eb058ecf8e86033283 (patch)
treec5bc7584c8f4df26a4446a959b19b676a45525b7 /keyboards/1upkeyboards/1up60hte/config.h
parentbd61b5b0ed76eb3b9676ef828b9e833cdb3301e5 (diff)
downloadqmk_firmware-83937573d176b87785f4c6eb058ecf8e86033283.tar.gz
qmk_firmware-83937573d176b87785f4c6eb058ecf8e86033283.tar.xz
[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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/1upkeyboards/1up60hte/config.h b/keyboards/1upkeyboards/1up60hte/config.h
index c7e023a5e..892a8b9fe 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