From d81dce7972ce1ceb276c949af66a1642b1e7da75 Mon Sep 17 00:00:00 2001 From: EnviousData Date: Sat, 2 Jul 2022 20:48:52 +0100 Subject: [PATCH] Fixed missing newlines at EOF. --- keyboards/enviousdesign/60f/info.json | 2 +- keyboards/enviousdesign/60f/keymaps/via/rules.mk | 2 +- keyboards/enviousdesign/65m/keymaps/default/keymap.c | 2 +- keyboards/enviousdesign/mcro/rev1/info.json | 2 +- keyboards/enviousdesign/mcro/rev1/keymaps/via/rules.mk | 2 +- keyboards/enviousdesign/tkl/rev0/config.h | 2 -- keyboards/enviousdesign/tkl/rev0/info.json | 2 +- keyboards/enviousdesign/tkl/rev1/info.json | 2 +- keyboards/enviousdesign/tkl/rev1/keymaps/via/keymap.c | 2 +- keyboards/enviousdesign/tkl/rev1/keymaps/via/rules.mk | 3 +-- keyboards/enviousdesign/tkl/rev1/rules.mk | 2 +- keyboards/enviousdesign/tkl/rgb/config.h | 1 + keyboards/enviousdesign/tkl/rgb/info.json | 2 +- keyboards/enviousdesign/tkl/rgb/rules.mk | 2 +- 14 files changed, 13 insertions(+), 15 deletions(-) diff --git a/keyboards/enviousdesign/60f/info.json b/keyboards/enviousdesign/60f/info.json index 49be98a45a8..6b38e47d15c 100644 --- a/keyboards/enviousdesign/60f/info.json +++ b/keyboards/enviousdesign/60f/info.json @@ -7,4 +7,4 @@ "layout": [{"label":"0,0", "x":2.5, "y":0}, {"label":"0,1", "x":3.5, "y":0}, {"label":"0,2", "x":4.5, "y":0}, {"label":"0,3", "x":5.5, "y":0}, {"label":"0,4", "x":6.5, "y":0}, {"label":"0,5", "x":7.5, "y":0}, {"label":"0,6", "x":8.5, "y":0}, {"label":"0,7", "x":9.5, "y":0}, {"label":"0,8", "x":10.5, "y":0}, {"label":"0,9", "x":11.5, "y":0}, {"label":"0,10", "x":12.5, "y":0}, {"label":"0,11", "x":13.5, "y":0}, {"label":"0,12", "x":14.5, "y":0}, {"label":"0,14", "x":15.5, "y":0, "w":2}, {"label":"1,0", "x":2.5, "y":1, "w":1.5}, {"label":"1,2", "x":4, "y":1}, {"label":"1,3", "x":5, "y":1}, {"label":"1,4", "x":6, "y":1}, {"label":"1,5", "x":7, "y":1}, {"label":"1,6", "x":8, "y":1}, {"label":"1,7", "x":9, "y":1}, {"label":"1,8", "x":10, "y":1}, {"label":"1,9", "x":11, "y":1}, {"label":"1,10", "x":12, "y":1}, {"label":"1,11", "x":13, "y":1}, {"label":"1,12", "x":14, "y":1}, {"label":"1,13", "x":15, "y":1}, {"label":"2,14", "x":16.25, "y":1, "w":1.25, "h":2}, {"label":"1,14", "x":18.5, "y":1, "w":1.5}, {"label":"2,0", "x":2.5, "y":2, "w":1.75}, {"label":"2,2", "x":4.25, "y":2}, {"label":"2,3", "x":5.25, "y":2}, {"label":"2,4", "x":6.25, "y":2}, {"label":"2,5", "x":7.25, "y":2}, {"label":"2,6", "x":8.25, "y":2}, {"label":"2,7", "x":9.25, "y":2}, {"label":"2,8", "x":10.25, "y":2}, {"label":"2,9", "x":11.25, "y":2}, {"label":"2,10", "x":12.25, "y":2}, {"label":"2,11", "x":13.25, "y":2}, {"label":"2,12", "x":14.25, "y":2}, {"label":"2,13", "x":15.25, "y":2}, {"label":"3,0", "x":2.5, "y":3, "w":1.25}, {"label":"3,1", "x":3.75, "y":3}, {"label":"3,2", "x":4.75, "y":3}, {"label":"3,3", "x":5.75, "y":3}, {"label":"3,4", "x":6.75, "y":3}, {"label":"3,5", "x":7.75, "y":3}, {"label":"3,6", "x":8.75, "y":3}, {"label":"3,7", "x":9.75, "y":3}, {"label":"3,8", "x":10.75, "y":3}, {"label":"3,9", "x":11.75, "y":3}, {"label":"3,10", "x":12.75, "y":3}, {"label":"3,11", "x":13.75, "y":3}, {"label":"3,13", "x":14.75, "y":3, "w":2.75}, {"label":"4,0", "x":2.5, "y":4, "w":1.25}, {"label":"4,1", "x":3.75, "y":4, "w":1.25}, {"label":"4,3", "x":5, "y":4, "w":1.25}, {"label":"4,6", "x":6.25, "y":4, "w":6.25}, {"label":"4,10", "x":12.5, "y":4, "w":1.25}, {"label":"4,11", "x":13.75, "y":4, "w":1.25}, {"label":"4,13", "x":15, "y":4, "w":1.25}, {"label":"4,14", "x":16.25, "y":4, "w":1.25}] } } -} \ No newline at end of file +} diff --git a/keyboards/enviousdesign/60f/keymaps/via/rules.mk b/keyboards/enviousdesign/60f/keymaps/via/rules.mk index 492d1d8f570..a10be9569ac 100644 --- a/keyboards/enviousdesign/60f/keymaps/via/rules.mk +++ b/keyboards/enviousdesign/60f/keymaps/via/rules.mk @@ -1,3 +1,3 @@ EEPROM_DRIVER = vendor VIA_ENABLE = yes -VIAL_ENABLE = yes \ No newline at end of file +VIAL_ENABLE = yes diff --git a/keyboards/enviousdesign/65m/keymaps/default/keymap.c b/keyboards/enviousdesign/65m/keymaps/default/keymap.c index 1f51892c93d..81f097502dc 100644 --- a/keyboards/enviousdesign/65m/keymaps/default/keymap.c +++ b/keyboards/enviousdesign/65m/keymaps/default/keymap.c @@ -14,4 +14,4 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_SPC, KC_SPC, XXXXXXX, XXXXXXX, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT, XXXXXXX ), -}; \ No newline at end of file +}; diff --git a/keyboards/enviousdesign/mcro/rev1/info.json b/keyboards/enviousdesign/mcro/rev1/info.json index eee3da38a06..690040c7a42 100644 --- a/keyboards/enviousdesign/mcro/rev1/info.json +++ b/keyboards/enviousdesign/mcro/rev1/info.json @@ -7,4 +7,4 @@ "layout": [{"label":"F13", "x":0, "y":0}, {"label":"F14", "x":1, "y":0}, {"label":"F15", "x":2, "y":0}, {"label":"F16", "x":3, "y":0}, {"label":"F17", "x":0, "y":1.25}, {"label":"F18", "x":1, "y":1.25}, {"label":"F19", "x":2, "y":1.25}, {"label":"F20", "x":3, "y":1.25}, {"label":"F21", "x":0, "y":2.5}, {"label":"F22", "x":1, "y":2.5}, {"label":"F23", "x":2, "y":2.5}, {"label":"F24", "x":3, "y":2.5}] } } -} \ No newline at end of file +} diff --git a/keyboards/enviousdesign/mcro/rev1/keymaps/via/rules.mk b/keyboards/enviousdesign/mcro/rev1/keymaps/via/rules.mk index 492d1d8f570..a10be9569ac 100644 --- a/keyboards/enviousdesign/mcro/rev1/keymaps/via/rules.mk +++ b/keyboards/enviousdesign/mcro/rev1/keymaps/via/rules.mk @@ -1,3 +1,3 @@ EEPROM_DRIVER = vendor VIA_ENABLE = yes -VIAL_ENABLE = yes \ No newline at end of file +VIAL_ENABLE = yes diff --git a/keyboards/enviousdesign/tkl/rev0/config.h b/keyboards/enviousdesign/tkl/rev0/config.h index d7bf1ed9841..1148c57345d 100644 --- a/keyboards/enviousdesign/tkl/rev0/config.h +++ b/keyboards/enviousdesign/tkl/rev0/config.h @@ -154,5 +154,3 @@ along with this program. If not, see . /* Bootmagic Lite key configuration */ #define BOOTMAGIC_LITE_ROW 0 #define BOOTMAGIC_LITE_COLUMN 0 - -//#define TRANSIENT_EEPROM_SIZE 128 \ No newline at end of file diff --git a/keyboards/enviousdesign/tkl/rev0/info.json b/keyboards/enviousdesign/tkl/rev0/info.json index aa357d43c19..f9925ca1de9 100644 --- a/keyboards/enviousdesign/tkl/rev0/info.json +++ b/keyboards/enviousdesign/tkl/rev0/info.json @@ -96,4 +96,4 @@ ] } } -} \ No newline at end of file +} diff --git a/keyboards/enviousdesign/tkl/rev1/info.json b/keyboards/enviousdesign/tkl/rev1/info.json index f09257c54b7..59d3f0cbcef 100644 --- a/keyboards/enviousdesign/tkl/rev1/info.json +++ b/keyboards/enviousdesign/tkl/rev1/info.json @@ -7,4 +7,4 @@ "layout": [{"label":"Esc", "x":0, "y":0}, {"label":"F1", "x":2, "y":0}, {"label":"F2", "x":3, "y":0}, {"label":"F3", "x":4, "y":0}, {"label":"F4", "x":5, "y":0}, {"label":"F5", "x":6.5, "y":0}, {"label":"F6", "x":7.5, "y":0}, {"label":"F7", "x":8.5, "y":0}, {"label":"F8", "x":9.5, "y":0}, {"label":"F9", "x":11, "y":0}, {"label":"F10", "x":12, "y":0}, {"label":"F11", "x":13, "y":0}, {"label":"F12", "x":14, "y":0}, {"label":"PrtSc", "x":15.25, "y":0}, {"label":"Scroll Lock", "x":16.25, "y":0}, {"label":"Pause", "x":17.25, "y":0}, {"label":"\u00ac", "x":0, "y":1.5}, {"label":"!", "x":1, "y":1.5}, {"label":"\"", "x":2, "y":1.5}, {"label":"\u00a3", "x":3, "y":1.5}, {"label":"$", "x":4, "y":1.5}, {"label":"%", "x":5, "y":1.5}, {"label":"^", "x":6, "y":1.5}, {"label":"&", "x":7, "y":1.5}, {"label":"*", "x":8, "y":1.5}, {"label":"(", "x":9, "y":1.5}, {"label":")", "x":10, "y":1.5}, {"label":"_", "x":11, "y":1.5}, {"label":"+", "x":12, "y":1.5}, {"label":"Backspace", "x":13, "y":1.5, "w":2}, {"label":"Insert", "x":15.25, "y":1.5}, {"label":"Home", "x":16.25, "y":1.5}, {"label":"PgUp", "x":17.25, "y":1.5}, {"label":"Tab", "x":0, "y":2.5, "w":1.5}, {"label":"Q", "x":1.5, "y":2.5}, {"label":"W", "x":2.5, "y":2.5}, {"label":"E", "x":3.5, "y":2.5}, {"label":"R", "x":4.5, "y":2.5}, {"label":"T", "x":5.5, "y":2.5}, {"label":"Y", "x":6.5, "y":2.5}, {"label":"U", "x":7.5, "y":2.5}, {"label":"I", "x":8.5, "y":2.5}, {"label":"O", "x":9.5, "y":2.5}, {"label":"P", "x":10.5, "y":2.5}, {"label":"{", "x":11.5, "y":2.5}, {"label":"}", "x":12.5, "y":2.5}, {"label":"Enter", "x":13.75, "y":2.5, "w":1.25, "h":2}, {"label":"Delete", "x":15.25, "y":2.5}, {"label":"End", "x":16.25, "y":2.5}, {"label":"PgDn", "x":17.25, "y":2.5}, {"label":"|", "x":18.5, "y":2.5, "w":1.5}, {"label":"Caps Lock", "x":0, "y":3.5, "w":1.75}, {"label":"A", "x":1.75, "y":3.5}, {"label":"S", "x":2.75, "y":3.5}, {"label":"D", "x":3.75, "y":3.5}, {"label":"F", "x":4.75, "y":3.5}, {"label":"G", "x":5.75, "y":3.5}, {"label":"H", "x":6.75, "y":3.5}, {"label":"J", "x":7.75, "y":3.5}, {"label":"K", "x":8.75, "y":3.5}, {"label":"L", "x":9.75, "y":3.5}, {"label":":", "x":10.75, "y":3.5}, {"label":"@", "x":11.75, "y":3.5}, {"label":"~", "x":12.75, "y":3.5}, {"label":"Shift", "x":0, "y":4.5, "w":1.25}, {"label":"|", "x":1.25, "y":4.5}, {"label":"Z", "x":2.25, "y":4.5}, {"label":"X", "x":3.25, "y":4.5}, {"label":"C", "x":4.25, "y":4.5}, {"label":"V", "x":5.25, "y":4.5}, {"label":"B", "x":6.25, "y":4.5}, {"label":"N", "x":7.25, "y":4.5}, {"label":"M", "x":8.25, "y":4.5}, {"label":"<", "x":9.25, "y":4.5}, {"label":">", "x":10.25, "y":4.5}, {"label":"?", "x":11.25, "y":4.5}, {"label":"Shift", "x":12.25, "y":4.5, "w":2.75}, {"label":"\u2191", "x":16.25, "y":4.5}, {"label":"Ctrl", "x":0, "y":5.5, "w":1.25}, {"label":"Win", "x":1.25, "y":5.5, "w":1.25}, {"label":"Alt", "x":2.5, "y":5.5, "w":1.25}, {"x":3.75, "y":5.5, "w":6.25}, {"label":"AltGr", "x":10, "y":5.5, "w":1.25}, {"label":"Win", "x":11.25, "y":5.5, "w":1.25}, {"label":"Menu", "x":12.5, "y":5.5, "w":1.25}, {"label":"Ctrl", "x":13.75, "y":5.5, "w":1.25}, {"label":"\u2190", "x":15.25, "y":5.5}, {"label":"\u2193", "x":16.25, "y":5.5}, {"label":"\u2192", "x":17.25, "y":5.5}] } } -} \ No newline at end of file +} diff --git a/keyboards/enviousdesign/tkl/rev1/keymaps/via/keymap.c b/keyboards/enviousdesign/tkl/rev1/keymaps/via/keymap.c index 13b2ce22a5e..95e21a55340 100644 --- a/keyboards/enviousdesign/tkl/rev1/keymaps/via/keymap.c +++ b/keyboards/enviousdesign/tkl/rev1/keymaps/via/keymap.c @@ -53,4 +53,4 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_CALCULATOR,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,KC_APP, KC_TRNS, KC_EXEC, KC_TRNS, KC_TRNS, KC_TRNS ) -}; \ No newline at end of file +}; diff --git a/keyboards/enviousdesign/tkl/rev1/keymaps/via/rules.mk b/keyboards/enviousdesign/tkl/rev1/keymaps/via/rules.mk index b4f31bdcfc8..492d1d8f570 100644 --- a/keyboards/enviousdesign/tkl/rev1/keymaps/via/rules.mk +++ b/keyboards/enviousdesign/tkl/rev1/keymaps/via/rules.mk @@ -1,4 +1,3 @@ EEPROM_DRIVER = vendor VIA_ENABLE = yes -VIAL_ENABLE = yes -VIAL_INSECURE = yes \ No newline at end of file +VIAL_ENABLE = yes \ No newline at end of file diff --git a/keyboards/enviousdesign/tkl/rev1/rules.mk b/keyboards/enviousdesign/tkl/rev1/rules.mk index a48b49873cf..f0f4f9c1cbc 100644 --- a/keyboards/enviousdesign/tkl/rev1/rules.mk +++ b/keyboards/enviousdesign/tkl/rev1/rules.mk @@ -23,4 +23,4 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output #OLED_ENABLE = yes -#OLED_DRIVER = SSD1306 \ No newline at end of file +#OLED_DRIVER = SSD1306 diff --git a/keyboards/enviousdesign/tkl/rgb/config.h b/keyboards/enviousdesign/tkl/rgb/config.h index 2e81cd0cd41..c2a740caad2 100644 --- a/keyboards/enviousdesign/tkl/rgb/config.h +++ b/keyboards/enviousdesign/tkl/rgb/config.h @@ -230,3 +230,4 @@ along with this program. If not, see . //#define RGB_MATRIX_LED_FLUSH_LIMIT 16 // limits in milliseconds how frequently an animation will update the LEDs. 16 (16ms) is equivalent to limiting to 60fps (increases keyboard responsiveness) #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 64 #define EECONFIG_RGB_MATRIX (uint32_t *)28 + diff --git a/keyboards/enviousdesign/tkl/rgb/info.json b/keyboards/enviousdesign/tkl/rgb/info.json index 0ad61a9d0e4..68b15e68433 100644 --- a/keyboards/enviousdesign/tkl/rgb/info.json +++ b/keyboards/enviousdesign/tkl/rgb/info.json @@ -97,4 +97,4 @@ ] } } -} \ No newline at end of file +} diff --git a/keyboards/enviousdesign/tkl/rgb/rules.mk b/keyboards/enviousdesign/tkl/rgb/rules.mk index 5ebc1d0a139..818ee20462c 100644 --- a/keyboards/enviousdesign/tkl/rgb/rules.mk +++ b/keyboards/enviousdesign/tkl/rgb/rules.mk @@ -26,4 +26,4 @@ AUDIO_ENABLE = no # Audio output RGB_MATRIX_ENABLE = yes RGB_MATRIX_DRIVER = WS2812 WS2812_DRIVER = vendor -EEPROM_DRIVER = vendor \ No newline at end of file +EEPROM_DRIVER = vendor