Quark refactor (#11377)
This commit is contained in:
		
							parent
							
								
									a68d289fa5
								
							
						
					
					
						commit
						53e9213a22
					
				
					 30 changed files with 1052 additions and 700 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
/* Copyright 2015-2017 Jack Humbert
 | 
			
		||||
 * Modified by Nasp for the Quark
 | 
			
		||||
/* Copyright 2020 Nathan Spears
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
| 
						 | 
				
			
			@ -71,5 +71,3 @@
 | 
			
		|||
#define RGBLIGHT_HUE_STEP 12 // units to step when in/decreasing hue
 | 
			
		||||
#define RGBLIGHT_SAT_STEP 12 // units to step when in/decresing saturation
 | 
			
		||||
#define RGBLIGHT_VAL_STEP 12 // units to step when in/decreasing value (brightness)
 | 
			
		||||
 | 
			
		||||
#define TAPPING_TOGGLE 2
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,29 +5,322 @@
 | 
			
		|||
    "width": 12,
 | 
			
		||||
    "height": 5,
 | 
			
		||||
    "layouts": {
 | 
			
		||||
        "LAYOUT_5x12_2x225": {
 | 
			
		||||
            "layout":
 | 
			
		||||
		      [{"label":"_", "x":0, "y":0}, {"label":"!", "x":1, "y":0}, {"label":"@", "x":2, "y":0}, {"label":"#", "x":3, "y":0}, {"label":"$", "x":4, "y":0}, {"label":"%", "x":5, "y":0}, {"label":"^", "x":6, "y":0}, {"label":"&", "x":7, "y":0}, {"label":"*", "x":8, "y":0}, {"label":"(", "x":9, "y":0}, {"label":")", "x":10, "y":0}, {"label":"+", "x":11, "y":0}, {"label":"Tab", "x":0, "y":1}, {"label":"Q", "x":1, "y":1}, {"label":"W", "x":2, "y":1}, {"label":"E", "x":3, "y":1}, {"label":"R", "x":4, "y":1}, {"label":"T", "x":5, "y":1}, {"label":"Y", "x":6, "y":1}, {"label":"U", "x":7, "y":1}, {"label":"I", "x":8, "y":1}, {"label":"O", "x":9, "y":1}, {"label":"P", "x":10, "y":1}, {"label":"Back Space", "x":11, "y":1}, {"label":"Esc", "x":0, "y":2}, {"label":"A", "x":1, "y":2}, {"label":"S", "x":2, "y":2}, {"label":"D", "x":3, "y":2}, {"label":"F", "x":4, "y":2}, {"label":"G", "x":5, "y":2}, {"label":"H", "x":6, "y":2}, {"label":"J", "x":7, "y":2}, {"label":"K", "x":8, "y":2}, {"label":"L", "x":9, "y":2}, {"label":";", "x":10, "y":2}, {"label":"'", "x":11, "y":2}, {"label":"Shift", "x":0, "y":3}, {"label":"Z", "x":1, "y":3}, {"label":"X", "x":2, "y":3}, {"label":"C", "x":3, "y":3}, {"label":"V", "x":4, "y":3}, {"label":"B", "x":5, "y":3}, {"label":"N", "x":6, "y":3}, {"label":"M", "x":7, "y":3}, {"label":",", "x":8, "y":3}, {"label":".", "x":9, "y":3}, {"label":"/", "x":10, "y":3}, {"label":"Return", "x":11, "y":3}, {"label":"CTRL", "x":0, "y":4, "w":1.25}, {"label":"WIN", "x":1.25, "y":4, "w":1.25}, {"label":"ALT", "x":2.5, "y":4, "w":1.25}, {"x":3.75, "y":4, "w":2.25}, {"x":6, "y":4, "w":2.25}, {"label":"ALT", "x":8.25, "y":4, "w":1.25}, {"label":"MENU", "x":9.5, "y":4, "w":1.25}, {"label":"CTRL", "x":10.75, "y":4, "w":1.25}]
 | 
			
		||||
                             },
 | 
			
		||||
   	    "LAYOUT_5x12_2x3":   {
 | 
			
		||||
            "layout":
 | 
			
		||||
              [{"label":"_", "x":0, "y":0}, {"label":"!", "x":1, "y":0}, {"label":"@", "x":2, "y":0}, {"label":"#", "x":3, "y":0}, {"label":"$", "x":4, "y":0}, {"label":"%", "x":5, "y":0}, {"label":"^", "x":6, "y":0}, {"label":"&", "x":7, "y":0}, {"label":"*", "x":8, "y":0}, {"label":"(", "x":9, "y":0}, {"label":")", "x":10, "y":0}, {"label":"+", "x":11, "y":0}, {"label":"Tab", "x":0, "y":1}, {"label":"Q", "x":1, "y":1}, {"label":"W", "x":2, "y":1}, {"label":"E", "x":3, "y":1}, {"label":"R", "x":4, "y":1}, {"label":"T", "x":5, "y":1}, {"label":"Y", "x":6, "y":1}, {"label":"U", "x":7, "y":1}, {"label":"I", "x":8, "y":1}, {"label":"O", "x":9, "y":1}, {"label":"P", "x":10, "y":1}, {"label":"Back Space", "x":11, "y":1}, {"label":"Esc", "x":0, "y":2}, {"label":"A", "x":1, "y":2}, {"label":"S", "x":2, "y":2}, {"label":"D", "x":3, "y":2}, {"label":"F", "x":4, "y":2}, {"label":"G", "x":5, "y":2}, {"label":"H", "x":6, "y":2}, {"label":"J", "x":7, "y":2}, {"label":"K", "x":8, "y":2}, {"label":"L", "x":9, "y":2}, {"label":";", "x":10, "y":2}, {"label":"'", "x":11, "y":2}, {"label":"Shift", "x":0, "y":3}, {"label":"Z", "x":1, "y":3}, {"label":"X", "x":2, "y":3}, {"label":"C", "x":3, "y":3}, {"label":"V", "x":4, "y":3}, {"label":"B", "x":5, "y":3}, {"label":"N", "x":6, "y":3}, {"label":"M", "x":7, "y":3}, {"label":",", "x":8, "y":3}, {"label":".", "x":9, "y":3}, {"label":"/", "x":10, "y":3}, {"label":"Return", "x":11, "y":3}, {"label":"CTRL", "x":0, "y":4, "w":1.5}, {"label":"ALT", "x":1.5, "y":4, "w":1.5}, {"x":3, "y":4, "w":3}, {"x":6, "y":4, "w":3}, {"label":"ALT", "x":9, "y":4, "w":1.5}, {"label":"MENU", "x":10.5, "y":4, "w":1.5}]
 | 
			
		||||
                             },
 | 
			
		||||
        "LAYOUT_4x12_Grid": {
 | 
			
		||||
            "layout":
 | 
			
		||||
              [{"label":"Tab", "x":0, "y":0}, {"label":"Q", "x":1, "y":0}, {"label":"W", "x":2, "y":0}, {"label":"E", "x":3, "y":0}, {"label":"R", "x":4, "y":0}, {"label":"T", "x":5, "y":0}, {"label":"Y", "x":6, "y":0}, {"label":"U", "x":7, "y":0}, {"label":"I", "x":8, "y":0}, {"label":"O", "x":9, "y":0}, {"label":"P", "x":10, "y":0}, {"label":"Back Space", "x":11, "y":0}, {"label":"Esc", "x":0, "y":1}, {"label":"A", "x":1, "y":1}, {"label":"S", "x":2, "y":1}, {"label":"D", "x":3, "y":1}, {"label":"F", "x":4, "y":1}, {"label":"G", "x":5, "y":1}, {"label":"H", "x":6, "y":1}, {"label":"J", "x":7, "y":1}, {"label":"K", "x":8, "y":1}, {"label":"L", "x":9, "y":1}, {"label":";", "x":10, "y":1}, {"label":"'", "x":11, "y":1}, {"label":"Shift", "x":0, "y":2}, {"label":"Z", "x":1, "y":2}, {"label":"X", "x":2, "y":2}, {"label":"C", "x":3, "y":2}, {"label":"V", "x":4, "y":2}, {"label":"B", "x":5, "y":2}, {"label":"N", "x":6, "y":2}, {"label":"M", "x":7, "y":2}, {"label":",", "x":8, "y":2}, {"label":".", "x":9, "y":2}, {"label":"/", "x":10, "y":2}, {"label":"Return", "x":11, "y":2}, {"label":"CTRL", "x":0, "y":3}, {"label":"WIN", "x":1, "y":3}, {"label":"MENU", "x":2, "y":3}, {"label":"ALT", "x":3, "y":3}, {"label":"⇓", "x":4, "y":3}, {"x":5, "y":3}, {"x":6, "y":3}, {"label":"⇑", "x":7, "y":3}, {"label":"LEFT", "x":8, "y":3}, {"label":"DOWN", "x":9, "y":3}, {"label":"UP", "x":10, "y":3}, {"label":"RIGHT", "x":11, "y":3}]
 | 
			
		||||
                             },
 | 
			
		||||
        "LAYOUT_4x12_MIT":   {
 | 
			
		||||
            "layout":
 | 
			
		||||
              [{"label":"Tab", "x":0, "y":0}, {"label":"Q", "x":1, "y":0}, {"label":"W", "x":2, "y":0}, {"label":"E", "x":3, "y":0}, {"label":"R", "x":4, "y":0}, {"label":"T", "x":5, "y":0}, {"label":"Y", "x":6, "y":0}, {"label":"U", "x":7, "y":0}, {"label":"I", "x":8, "y":0}, {"label":"O", "x":9, "y":0}, {"label":"P", "x":10, "y":0}, {"label":"Back Space", "x":11, "y":0}, {"label":"Esc", "x":0, "y":1}, {"label":"A", "x":1, "y":1}, {"label":"S", "x":2, "y":1}, {"label":"D", "x":3, "y":1}, {"label":"F", "x":4, "y":1}, {"label":"G", "x":5, "y":1}, {"label":"H", "x":6, "y":1}, {"label":"J", "x":7, "y":1}, {"label":"K", "x":8, "y":1}, {"label":"L", "x":9, "y":1}, {"label":";", "x":10, "y":1}, {"label":"'", "x":11, "y":1}, {"label":"Shift", "x":0, "y":2}, {"label":"Z", "x":1, "y":2}, {"label":"X", "x":2, "y":2}, {"label":"C", "x":3, "y":2}, {"label":"V", "x":4, "y":2}, {"label":"B", "x":5, "y":2}, {"label":"N", "x":6, "y":2}, {"label":"M", "x":7, "y":2}, {"label":",", "x":8, "y":2}, {"label":".", "x":9, "y":2}, {"label":"/", "x":10, "y":2}, {"label":"Return", "x":11, "y":2}, {"label":"CTRL", "x":0, "y":3}, {"label":"WIN", "x":1, "y":3}, {"label":"MENU", "x":2, "y":3}, {"label":"ALT", "x":3, "y":3}, {"label":"⇓", "x":4, "y":3}, {"x":5, "y":3, "w":2}, {"label":"⇑", "x":7, "y":3}, {"label":"LEFT", "x":8, "y":3}, {"label":"DOWN", "x":9, "y":3}, {"label":"UP", "x":10, "y":3}, {"label":"RIGHT", "x":11, "y":3}]
 | 
			
		||||
                             },
 | 
			
		||||
        "LAYOUT_4x12_2x225": {
 | 
			
		||||
            "layout":
 | 
			
		||||
              [{"label":"Tab", "x":0, "y":0}, {"label":"Q", "x":1, "y":0}, {"label":"W", "x":2, "y":0}, {"label":"E", "x":3, "y":0}, {"label":"R", "x":4, "y":0}, {"label":"T", "x":5, "y":0}, {"label":"Y", "x":6, "y":0}, {"label":"U", "x":7, "y":0}, {"label":"I", "x":8, "y":0}, {"label":"O", "x":9, "y":0}, {"label":"P", "x":10, "y":0}, {"label":"Back Space", "x":11, "y":0}, {"label":"Esc", "x":0, "y":1}, {"label":"A", "x":1, "y":1}, {"label":"S", "x":2, "y":1}, {"label":"D", "x":3, "y":1}, {"label":"F", "x":4, "y":1}, {"label":"G", "x":5, "y":1}, {"label":"H", "x":6, "y":1}, {"label":"J", "x":7, "y":1}, {"label":"K", "x":8, "y":1}, {"label":"L", "x":9, "y":1}, {"label":";", "x":10, "y":1}, {"label":"'", "x":11, "y":1}, {"label":"Shift", "x":0, "y":2}, {"label":"Z", "x":1, "y":2}, {"label":"X", "x":2, "y":2}, {"label":"C", "x":3, "y":2}, {"label":"V", "x":4, "y":2}, {"label":"B", "x":5, "y":2}, {"label":"N", "x":6, "y":2}, {"label":"M", "x":7, "y":2}, {"label":",", "x":8, "y":2}, {"label":".", "x":9, "y":2}, {"label":"/", "x":10, "y":2}, {"label":"Return", "x":11, "y":2}, {"label":"CTRL", "x":0, "y":3, "w":1.25}, {"label":"WIN", "x":1.25, "y":3, "w":1.25}, {"label":"ALT", "x":2.5, "y":3, "w":1.25}, {"x":3.75, "y":3, "w":2.25}, {"x":6, "y":3, "w":2.25}, {"label":"ALT", "x":8.25, "y":3, "w":1.25}, {"label":"MENU", "x":9.5, "y":3, "w":1.25}, {"label":"CTRL", "x":10.75, "y":3, "w":1.25}]
 | 
			
		||||
                             },
 | 
			
		||||
        "LAYOUT_4x12_2x3":   {
 | 
			
		||||
            "layout":
 | 
			
		||||
              [{"label":"Tab", "x":0, "y":0}, {"label":"Q", "x":1, "y":0}, {"label":"W", "x":2, "y":0}, {"label":"E", "x":3, "y":0}, {"label":"R", "x":4, "y":0}, {"label":"T", "x":5, "y":0}, {"label":"Y", "x":6, "y":0}, {"label":"U", "x":7, "y":0}, {"label":"I", "x":8, "y":0}, {"label":"O", "x":9, "y":0}, {"label":"P", "x":10, "y":0}, {"label":"Back Space", "x":11, "y":0}, {"label":"Esc", "x":0, "y":1}, {"label":"A", "x":1, "y":1}, {"label":"S", "x":2, "y":1}, {"label":"D", "x":3, "y":1}, {"label":"F", "x":4, "y":1}, {"label":"G", "x":5, "y":1}, {"label":"H", "x":6, "y":1}, {"label":"J", "x":7, "y":1}, {"label":"K", "x":8, "y":1}, {"label":"L", "x":9, "y":1}, {"label":";", "x":10, "y":1}, {"label":"'", "x":11, "y":1}, {"label":"Shift", "x":0, "y":2}, {"label":"Z", "x":1, "y":2}, {"label":"X", "x":2, "y":2}, {"label":"C", "x":3, "y":2}, {"label":"V", "x":4, "y":2}, {"label":"B", "x":5, "y":2}, {"label":"N", "x":6, "y":2}, {"label":"M", "x":7, "y":2}, {"label":",", "x":8, "y":2}, {"label":".", "x":9, "y":2}, {"label":"/", "x":10, "y":2}, {"label":"Return", "x":11, "y":2}, {"label":"CTRL", "x":0, "y":3}, {"label":"WIN", "x":1, "y":3}, {"label":"ALT", "x":2, "y":3}, {"x":3, "y":3, "w":3}, {"x":6, "y":3, "w":3}, {"label":"ALT", "x":9, "y":3}, {"label":"MENU", "x":10, "y":3}, {"label":"CTRL", "x":11, "y":3}]
 | 
			
		||||
                             }
 | 
			
		||||
                }
 | 
			
		||||
        "LAYOUT_ortho_5x12_2x225u": {
 | 
			
		||||
            "layout": [
 | 
			
		||||
                {"x": 0, "y": 0},
 | 
			
		||||
                {"x": 1, "y": 0},
 | 
			
		||||
                {"x": 2, "y": 0},
 | 
			
		||||
                {"x": 3, "y": 0},
 | 
			
		||||
                {"x": 4, "y": 0},
 | 
			
		||||
                {"x": 5, "y": 0},
 | 
			
		||||
                {"x": 6, "y": 0},
 | 
			
		||||
                {"x": 7, "y": 0},
 | 
			
		||||
                {"x": 8, "y": 0},
 | 
			
		||||
                {"x": 9, "y": 0},
 | 
			
		||||
                {"x": 10, "y": 0},
 | 
			
		||||
                {"x": 11, "y": 0},
 | 
			
		||||
                {"x": 0, "y": 1},
 | 
			
		||||
                {"x": 1, "y": 1},
 | 
			
		||||
                {"x": 2, "y": 1},
 | 
			
		||||
                {"x": 3, "y": 1},
 | 
			
		||||
                {"x": 4, "y": 1},
 | 
			
		||||
                {"x": 5, "y": 1},
 | 
			
		||||
                {"x": 6, "y": 1},
 | 
			
		||||
                {"x": 7, "y": 1},
 | 
			
		||||
                {"x": 8, "y": 1},
 | 
			
		||||
                {"x": 9, "y": 1},
 | 
			
		||||
                {"x": 10, "y": 1},
 | 
			
		||||
                {"x": 11, "y": 1},
 | 
			
		||||
                {"x": 0, "y": 2},
 | 
			
		||||
                {"x": 1, "y": 2},
 | 
			
		||||
                {"x": 2, "y": 2},
 | 
			
		||||
                {"x": 3, "y": 2},
 | 
			
		||||
                {"x": 4, "y": 2},
 | 
			
		||||
                {"x": 5, "y": 2},
 | 
			
		||||
                {"x": 6, "y": 2},
 | 
			
		||||
                {"x": 7, "y": 2},
 | 
			
		||||
                {"x": 8, "y": 2},
 | 
			
		||||
                {"x": 9, "y": 2},
 | 
			
		||||
                {"x": 10, "y": 2},
 | 
			
		||||
                {"x": 11, "y": 2},
 | 
			
		||||
                {"x": 0, "y": 3},
 | 
			
		||||
                {"x": 1, "y": 3},
 | 
			
		||||
                {"x": 2, "y": 3},
 | 
			
		||||
                {"x": 3, "y": 3},
 | 
			
		||||
                {"x": 4, "y": 3},
 | 
			
		||||
                {"x": 5, "y": 3},
 | 
			
		||||
                {"x": 6, "y": 3},
 | 
			
		||||
                {"x": 7, "y": 3},
 | 
			
		||||
                {"x": 8, "y": 3},
 | 
			
		||||
                {"x": 9, "y": 3},
 | 
			
		||||
                {"x": 10, "y": 3},
 | 
			
		||||
                {"x": 11, "y": 3},
 | 
			
		||||
                {"x": 0, "y": 4, "w": 1.25},
 | 
			
		||||
                {"x": 1.25, "y": 4, "w": 1.25},
 | 
			
		||||
                {"x": 2.5, "y": 4, "w": 1.25},
 | 
			
		||||
                {"x": 3.75, "y": 4, "w": 2.25},
 | 
			
		||||
                {"x": 6, "y": 4, "w": 2.25},
 | 
			
		||||
                {"x": 8.25, "y": 4, "w": 1.25},
 | 
			
		||||
                {"x": 9.5, "y": 4, "w": 1.25},
 | 
			
		||||
                {"x": 10.75, "y": 4, "w": 1.25}
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        "LAYOUT_ortho_5x12_2x3u": {
 | 
			
		||||
            "layout": [
 | 
			
		||||
                {"x": 0, "y": 0},
 | 
			
		||||
                {"x": 1, "y": 0},
 | 
			
		||||
                {"x": 2, "y": 0},
 | 
			
		||||
                {"x": 3, "y": 0},
 | 
			
		||||
                {"x": 4, "y": 0},
 | 
			
		||||
                {"x": 5, "y": 0},
 | 
			
		||||
                {"x": 6, "y": 0},
 | 
			
		||||
                {"x": 7, "y": 0},
 | 
			
		||||
                {"x": 8, "y": 0},
 | 
			
		||||
                {"x": 9, "y": 0},
 | 
			
		||||
                {"x": 10, "y": 0},
 | 
			
		||||
                {"x": 11, "y": 0},
 | 
			
		||||
                {"x": 0, "y": 1},
 | 
			
		||||
                {"x": 1, "y": 1},
 | 
			
		||||
                {"x": 2, "y": 1},
 | 
			
		||||
                {"x": 3, "y": 1},
 | 
			
		||||
                {"x": 4, "y": 1},
 | 
			
		||||
                {"x": 5, "y": 1},
 | 
			
		||||
                {"x": 6, "y": 1},
 | 
			
		||||
                {"x": 7, "y": 1},
 | 
			
		||||
                {"x": 8, "y": 1},
 | 
			
		||||
                {"x": 9, "y": 1},
 | 
			
		||||
                {"x": 10, "y": 1},
 | 
			
		||||
                {"x": 11, "y": 1},
 | 
			
		||||
                {"x": 0, "y": 2},
 | 
			
		||||
                {"x": 1, "y": 2},
 | 
			
		||||
                {"x": 2, "y": 2},
 | 
			
		||||
                {"x": 3, "y": 2},
 | 
			
		||||
                {"x": 4, "y": 2},
 | 
			
		||||
                {"x": 5, "y": 2},
 | 
			
		||||
                {"x": 6, "y": 2},
 | 
			
		||||
                {"x": 7, "y": 2},
 | 
			
		||||
                {"x": 8, "y": 2},
 | 
			
		||||
                {"x": 9, "y": 2},
 | 
			
		||||
                {"x": 10, "y": 2},
 | 
			
		||||
                {"x": 11, "y": 2},
 | 
			
		||||
                {"x": 0, "y": 3},
 | 
			
		||||
                {"x": 1, "y": 3},
 | 
			
		||||
                {"x": 2, "y": 3},
 | 
			
		||||
                {"x": 3, "y": 3},
 | 
			
		||||
                {"x": 4, "y": 3},
 | 
			
		||||
                {"x": 5, "y": 3},
 | 
			
		||||
                {"x": 6, "y": 3},
 | 
			
		||||
                {"x": 7, "y": 3},
 | 
			
		||||
                {"x": 8, "y": 3},
 | 
			
		||||
                {"x": 9, "y": 3},
 | 
			
		||||
                {"x": 10, "y": 3},
 | 
			
		||||
                {"x": 11, "y": 3},
 | 
			
		||||
                {"x": 0, "y": 4, "w": 1.5},
 | 
			
		||||
                {"x": 1.5, "y": 4, "w": 1.5},
 | 
			
		||||
                {"x": 3, "y": 4, "w": 3},
 | 
			
		||||
                {"x": 6, "y": 4, "w": 3},
 | 
			
		||||
                {"x": 9, "y": 4, "w": 1.5},
 | 
			
		||||
                {"x": 10.5, "y": 4, "w": 1.5}
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        "LAYOUT_ortho_4x12": {
 | 
			
		||||
            "layout": [
 | 
			
		||||
                {"x": 0, "y": 0},
 | 
			
		||||
                {"x": 1, "y": 0},
 | 
			
		||||
                {"x": 2, "y": 0},
 | 
			
		||||
                {"x": 3, "y": 0},
 | 
			
		||||
                {"x": 4, "y": 0},
 | 
			
		||||
                {"x": 5, "y": 0},
 | 
			
		||||
                {"x": 6, "y": 0},
 | 
			
		||||
                {"x": 7, "y": 0},
 | 
			
		||||
                {"x": 8, "y": 0},
 | 
			
		||||
                {"x": 9, "y": 0},
 | 
			
		||||
                {"x": 10, "y": 0},
 | 
			
		||||
                {"x": 11, "y": 0},
 | 
			
		||||
                {"x": 0, "y": 1},
 | 
			
		||||
                {"x": 1, "y": 1},
 | 
			
		||||
                {"x": 2, "y": 1},
 | 
			
		||||
                {"x": 3, "y": 1},
 | 
			
		||||
                {"x": 4, "y": 1},
 | 
			
		||||
                {"x": 5, "y": 1},
 | 
			
		||||
                {"x": 6, "y": 1},
 | 
			
		||||
                {"x": 7, "y": 1},
 | 
			
		||||
                {"x": 8, "y": 1},
 | 
			
		||||
                {"x": 9, "y": 1},
 | 
			
		||||
                {"x": 10, "y": 1},
 | 
			
		||||
                {"x": 11, "y": 1},
 | 
			
		||||
                {"x": 0, "y": 2},
 | 
			
		||||
                {"x": 1, "y": 2},
 | 
			
		||||
                {"x": 2, "y": 2},
 | 
			
		||||
                {"x": 3, "y": 2},
 | 
			
		||||
                {"x": 4, "y": 2},
 | 
			
		||||
                {"x": 5, "y": 2},
 | 
			
		||||
                {"x": 6, "y": 2},
 | 
			
		||||
                {"x": 7, "y": 2},
 | 
			
		||||
                {"x": 8, "y": 2},
 | 
			
		||||
                {"x": 9, "y": 2},
 | 
			
		||||
                {"x": 10, "y": 2},
 | 
			
		||||
                {"x": 11, "y": 2},
 | 
			
		||||
                {"x": 0, "y": 3},
 | 
			
		||||
                {"x": 1, "y": 3},
 | 
			
		||||
                {"x": 2, "y": 3},
 | 
			
		||||
                {"x": 3, "y": 3},
 | 
			
		||||
                {"x": 4, "y": 3},
 | 
			
		||||
                {"x": 5, "y": 3},
 | 
			
		||||
                {"x": 6, "y": 3},
 | 
			
		||||
                {"x": 7, "y": 3},
 | 
			
		||||
                {"x": 8, "y": 3},
 | 
			
		||||
                {"x": 9, "y": 3},
 | 
			
		||||
                {"x": 10, "y": 3},
 | 
			
		||||
                {"x": 11, "y": 3}
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        "LAYOUT_planck_mit": {
 | 
			
		||||
            "layout": [
 | 
			
		||||
                {"x": 0, "y": 0},
 | 
			
		||||
                {"x": 1, "y": 0},
 | 
			
		||||
                {"x": 2, "y": 0},
 | 
			
		||||
                {"x": 3, "y": 0},
 | 
			
		||||
                {"x": 4, "y": 0},
 | 
			
		||||
                {"x": 5, "y": 0},
 | 
			
		||||
                {"x": 6, "y": 0},
 | 
			
		||||
                {"x": 7, "y": 0},
 | 
			
		||||
                {"x": 8, "y": 0},
 | 
			
		||||
                {"x": 9, "y": 0},
 | 
			
		||||
                {"x": 10, "y": 0},
 | 
			
		||||
                {"x": 11, "y": 0},
 | 
			
		||||
                {"x": 0, "y": 1},
 | 
			
		||||
                {"x": 1, "y": 1},
 | 
			
		||||
                {"x": 2, "y": 1},
 | 
			
		||||
                {"x": 3, "y": 1},
 | 
			
		||||
                {"x": 4, "y": 1},
 | 
			
		||||
                {"x": 5, "y": 1},
 | 
			
		||||
                {"x": 6, "y": 1},
 | 
			
		||||
                {"x": 7, "y": 1},
 | 
			
		||||
                {"x": 8, "y": 1},
 | 
			
		||||
                {"x": 9, "y": 1},
 | 
			
		||||
                {"x": 10, "y": 1},
 | 
			
		||||
                {"x": 11, "y": 1},
 | 
			
		||||
                {"x": 0, "y": 2},
 | 
			
		||||
                {"x": 1, "y": 2},
 | 
			
		||||
                {"x": 2, "y": 2},
 | 
			
		||||
                {"x": 3, "y": 2},
 | 
			
		||||
                {"x": 4, "y": 2},
 | 
			
		||||
                {"x": 5, "y": 2},
 | 
			
		||||
                {"x": 6, "y": 2},
 | 
			
		||||
                {"x": 7, "y": 2},
 | 
			
		||||
                {"x": 8, "y": 2},
 | 
			
		||||
                {"x": 9, "y": 2},
 | 
			
		||||
                {"x": 10, "y": 2},
 | 
			
		||||
                {"x": 11, "y": 2},
 | 
			
		||||
                {"x": 0, "y": 3},
 | 
			
		||||
                {"x": 1, "y": 3},
 | 
			
		||||
                {"x": 2, "y": 3},
 | 
			
		||||
                {"x": 3, "y": 3},
 | 
			
		||||
                {"x": 4, "y": 3},
 | 
			
		||||
                {"x": 5, "y": 3, "w": 2},
 | 
			
		||||
                {"x": 7, "y": 3},
 | 
			
		||||
                {"x": 8, "y": 3},
 | 
			
		||||
                {"x": 9, "y": 3},
 | 
			
		||||
                {"x": 10, "y": 3},
 | 
			
		||||
                {"x": 11, "y": 3}
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        "LAYOUT_ortho_4x12_2x225u": {
 | 
			
		||||
            "layout": [
 | 
			
		||||
                {"x": 0, "y": 0},
 | 
			
		||||
                {"x": 1, "y": 0},
 | 
			
		||||
                {"x": 2, "y": 0},
 | 
			
		||||
                {"x": 3, "y": 0},
 | 
			
		||||
                {"x": 4, "y": 0},
 | 
			
		||||
                {"x": 5, "y": 0},
 | 
			
		||||
                {"x": 6, "y": 0},
 | 
			
		||||
                {"x": 7, "y": 0},
 | 
			
		||||
                {"x": 8, "y": 0},
 | 
			
		||||
                {"x": 9, "y": 0},
 | 
			
		||||
                {"x": 10, "y": 0},
 | 
			
		||||
                {"x": 11, "y": 0},
 | 
			
		||||
                {"x": 0, "y": 1},
 | 
			
		||||
                {"x": 1, "y": 1},
 | 
			
		||||
                {"x": 2, "y": 1},
 | 
			
		||||
                {"x": 3, "y": 1},
 | 
			
		||||
                {"x": 4, "y": 1},
 | 
			
		||||
                {"x": 5, "y": 1},
 | 
			
		||||
                {"x": 6, "y": 1},
 | 
			
		||||
                {"x": 7, "y": 1},
 | 
			
		||||
                {"x": 8, "y": 1},
 | 
			
		||||
                {"x": 9, "y": 1},
 | 
			
		||||
                {"x": 10, "y": 1},
 | 
			
		||||
                {"x": 11, "y": 1},
 | 
			
		||||
                {"x": 0, "y": 2},
 | 
			
		||||
                {"x": 1, "y": 2},
 | 
			
		||||
                {"x": 2, "y": 2},
 | 
			
		||||
                {"x": 3, "y": 2},
 | 
			
		||||
                {"x": 4, "y": 2},
 | 
			
		||||
                {"x": 5, "y": 2},
 | 
			
		||||
                {"x": 6, "y": 2},
 | 
			
		||||
                {"x": 7, "y": 2},
 | 
			
		||||
                {"x": 8, "y": 2},
 | 
			
		||||
                {"x": 9, "y": 2},
 | 
			
		||||
                {"x": 10, "y": 2},
 | 
			
		||||
                {"x": 11, "y": 2},
 | 
			
		||||
                {"x": 0, "y": 3, "w": 1.25},
 | 
			
		||||
                {"x": 1.25, "y": 3, "w": 1.25},
 | 
			
		||||
                {"x": 2.5, "y": 3, "w": 1.25},
 | 
			
		||||
                {"x": 3.75, "y": 3, "w": 2.25},
 | 
			
		||||
                {"x": 6, "y": 3, "w": 2.25},
 | 
			
		||||
                {"x": 8.25, "y": 3, "w": 1.25},
 | 
			
		||||
                {"x": 9.5, "y": 3, "w": 1.25},
 | 
			
		||||
                {"x": 10.75, "y": 3, "w": 1.25}
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        "LAYOUT_ortho_4x12_2x3u": {
 | 
			
		||||
            "layout": [
 | 
			
		||||
                {"x": 0, "y": 0},
 | 
			
		||||
                {"x": 1, "y": 0},
 | 
			
		||||
                {"x": 2, "y": 0},
 | 
			
		||||
                {"x": 3, "y": 0},
 | 
			
		||||
                {"x": 4, "y": 0},
 | 
			
		||||
                {"x": 5, "y": 0},
 | 
			
		||||
                {"x": 6, "y": 0},
 | 
			
		||||
                {"x": 7, "y": 0},
 | 
			
		||||
                {"x": 8, "y": 0},
 | 
			
		||||
                {"x": 9, "y": 0},
 | 
			
		||||
                {"x": 10, "y": 0},
 | 
			
		||||
                {"x": 11, "y": 0},
 | 
			
		||||
                {"x": 0, "y": 1},
 | 
			
		||||
                {"x": 1, "y": 1},
 | 
			
		||||
                {"x": 2, "y": 1},
 | 
			
		||||
                {"x": 3, "y": 1},
 | 
			
		||||
                {"x": 4, "y": 1},
 | 
			
		||||
                {"x": 5, "y": 1},
 | 
			
		||||
                {"x": 6, "y": 1},
 | 
			
		||||
                {"x": 7, "y": 1},
 | 
			
		||||
                {"x": 8, "y": 1},
 | 
			
		||||
                {"x": 9, "y": 1},
 | 
			
		||||
                {"x": 10, "y": 1},
 | 
			
		||||
                {"x": 11, "y": 1},
 | 
			
		||||
                {"x": 0, "y": 2},
 | 
			
		||||
                {"x": 1, "y": 2},
 | 
			
		||||
                {"x": 2, "y": 2},
 | 
			
		||||
                {"x": 3, "y": 2},
 | 
			
		||||
                {"x": 4, "y": 2},
 | 
			
		||||
                {"x": 5, "y": 2},
 | 
			
		||||
                {"x": 6, "y": 2},
 | 
			
		||||
                {"x": 7, "y": 2},
 | 
			
		||||
                {"x": 8, "y": 2},
 | 
			
		||||
                {"x": 9, "y": 2},
 | 
			
		||||
                {"x": 10, "y": 2},
 | 
			
		||||
                {"x": 11, "y": 2},
 | 
			
		||||
                {"x": 0, "y": 3},
 | 
			
		||||
                {"x": 1, "y": 3},
 | 
			
		||||
                {"x": 2, "y": 3},
 | 
			
		||||
                {"x": 3, "y": 3, "w": 3},
 | 
			
		||||
                {"x": 6, "y": 3, "w": 3},
 | 
			
		||||
                {"x": 9, "y": 3},
 | 
			
		||||
                {"x": 10, "y": 3},
 | 
			
		||||
                {"x": 11, "y": 3}
 | 
			
		||||
            ]
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,2 +1,19 @@
 | 
			
		|||
/* Copyright 2020 Nathan Spears
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#define TAPPING_TOGGLE 2
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,5 @@
 | 
			
		|||
/* Copyright 2020 Nathan Spears
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
| 
						 | 
				
			
			@ -19,70 +20,67 @@
 | 
			
		|||
#define CALTDEL LCTL(LALT(KC_DEL))
 | 
			
		||||
#define TSKMGR LCTL(LSFT(KC_ESC))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
    /* [0]
 | 
			
		||||
     * ,-----------------------------------------------------------------------------------------.
 | 
			
		||||
     * |   =        |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   -  |
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+------|
 | 
			
		||||
     * | Tab        |   Q  |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  | Del  |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+------|
 | 
			
		||||
     * | CTL & ESC  |   A  |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  |  "   |
 | 
			
		||||
     * |------------+------+------+------+------+------|------+------+------+------+------+------|
 | 
			
		||||
     * | Shift      |   Z  |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |   /  |Enter |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+------|
 | 
			
		||||
     * | PRINT   |  OS   |  Alt  |  Layer  |    Space & Layer     |   [     |   ]    |    CAPS   |
 | 
			
		||||
     * `-----------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [0] = LAYOUT_ortho_5x12_2x225u(
 | 
			
		||||
        KC_EQL,        KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,          KC_8,    KC_9,    KC_0,    KC_MINS,
 | 
			
		||||
        KC_TAB,        KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,          KC_I,    KC_O,    KC_P,    KC_DEL,
 | 
			
		||||
        CTL_T(KC_ESC), KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,          KC_K,    KC_L,    KC_SCLN, KC_QUOT,
 | 
			
		||||
        KC_LSFT,       KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,          KC_COMM, KC_DOT,  KC_SLSH, KC_ENT,
 | 
			
		||||
        KC_PSCR,       KC_LGUI, KC_LALT,          TT(1),                     LT(2, KC_SPC),          KC_LBRC, KC_RBRC, KC_CAPS
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
/* [0]
 | 
			
		||||
 * ,-----------------------------------------------------------------------------------------.
 | 
			
		||||
 * |   =        |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   -  |
 | 
			
		||||
 * |------------+------+------+------+------+------+------+------+------+------+------+------|
 | 
			
		||||
 * | Tab        |   Q  |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  | Del  |
 | 
			
		||||
 * |------------+------+------+------+------+-------------+------+------+------+------+------|
 | 
			
		||||
 * | CTL & ESC  |   A  |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  |  "   |
 | 
			
		||||
 * |------------+------+------+------+------+------|------+------+------+------+------+------|
 | 
			
		||||
 * | Shift      |   Z  |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |   /  |Enter |
 | 
			
		||||
 * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+------|
 | 
			
		||||
 * | PRINT   |  OS   |  Alt  |  Layer  |    Space & Layer     |   [     |   ]    |    CAPS   |
 | 
			
		||||
 * `-----------------------------------------------------------------------------------------'
 | 
			
		||||
 */
 | 
			
		||||
[0] = LAYOUT_5x12_2x225( \
 | 
			
		||||
  KC_EQL,        KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS,
 | 
			
		||||
  KC_TAB,        KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_DEL,
 | 
			
		||||
  CTL_T(KC_ESC), KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT,
 | 
			
		||||
  KC_LSFT,       KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH, KC_ENT,
 | 
			
		||||
  KC_PSCR, KC_LGUI, KC_LALT, TT(1), LT(2, KC_SPC), KC_LBRC, KC_RBRC, KC_CAPS
 | 
			
		||||
),
 | 
			
		||||
 | 
			
		||||
/* [1]
 | 
			
		||||
* ,---------------------------------------------------------------------------------------.
 | 
			
		||||
* |   =    |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0   |   -   |
 | 
			
		||||
* |------------+------+------+------+------+------+------+------+------+------+------+----|
 | 
			
		||||
* |   ~    | !    |  @   |  #  |  $   |  %   |  | ^  |  &   |  *  |  (    |  )  | BCKSPC  |
 | 
			
		||||
* |------------+------+------+------+------+-------------+------+------+------+------+----|
 | 
			
		||||
* |   \    |    1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   /   |
 | 
			
		||||
* |------------+------+------+------+------+------|------+------+------+------+------+----|
 | 
			
		||||
* |     |      |      |      |      |      |      |   +   |   =   |      |        |       |
 | 
			
		||||
* |-------+-------+-------+-------+-------+-------+------+------+------+------+------+----|
 | 
			
		||||
* |   ESC  |  CTRL-ALT-DEL   |   TASK   |         |        |    '|'    |    `    |        |
 | 
			
		||||
* `---------------------------------------------------------------------------------------'
 | 
			
		||||
*/
 | 
			
		||||
[1] = LAYOUT_5x12_2x225( \
 | 
			
		||||
  KC_EQL,  KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS,
 | 
			
		||||
  KC_TILD, KC_EXLM, KC_AT,   KC_HASH, KC_DLR,  KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC,
 | 
			
		||||
  KC_SLSH, KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_BSLS,
 | 
			
		||||
  KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PPLS, KC_EQL, _______, _______, _______,
 | 
			
		||||
  KC_ESC,  CALTDEL,  TSKMGR, _______, _______, KC_NUBS, KC_GRV,  _______
 | 
			
		||||
),
 | 
			
		||||
 | 
			
		||||
/* [2]
 | 
			
		||||
* ,---------------------------------------------------------------------------------------.
 | 
			
		||||
* |   =    |   1  |   2  |   3  |   4  |   5  |  6  |   7  |   8  |   9  |   0   |   -   |
 | 
			
		||||
* |------------+------+------+------+------+------+------+------+------+------+------+---|
 | 
			
		||||
* |       |      |      |  UP  |       |      |     |   _   |     |   [   |  ]    |      |
 | 
			
		||||
* |------------+------+------+------+------+-------------+------+------+------+------+---|
 | 
			
		||||
* |       |     | LEFT | DOWN  | RIGHT |     |      |   -  |      |   [   |   ]   |      |
 | 
			
		||||
* |------------+------+------+------+------+-----+-----+------+------+------+------+-----|
 | 
			
		||||
* |   F1  | F2 |  F3  |   F4  | F5    | F6  | F7   | F8   | F9    | F10  | F11   | F12   |
 | 
			
		||||
* |-------+-------+-------+-------+-------+-------+------+------+------+------+------+---|
 | 
			
		||||
* |     RESET    |           |          |         |         |         |        |         |
 | 
			
		||||
* `---------------------------------------------------------------------------------------'
 | 
			
		||||
 */
 | 
			
		||||
[2] = LAYOUT_5x12_2x225( \
 | 
			
		||||
  KC_EQL,  KC_1,      KC_2,      KC_3,   KC_4,      KC_5,     KC_6,     KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS,
 | 
			
		||||
  _______,  _______,  _______,   KC_UP,   _______,  _______,  _______,  KC_UNDS, _______, KC_LBRC, KC_RBRC, _______,
 | 
			
		||||
  _______,  _______,   KC_LEFT, KC_DOWN, KC_RGHT,   _______,  _______,  KC_MINS, _______, KC_LCBR, KC_RCBR, _______,
 | 
			
		||||
  KC_F1,    KC_F2,     KC_F3,   KC_F4,   KC_F5,     KC_F6,    KC_F7,    KC_F8,   KC_F9,   KC_F10,   KC_F11,  KC_F12,
 | 
			
		||||
  RESET,  _______, _______, _______,  _______,  _______,  _______, _______
 | 
			
		||||
),
 | 
			
		||||
    /* [1]
 | 
			
		||||
     * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
     * |   =    |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0   |   -   |
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+----|
 | 
			
		||||
     * |   ~    | !    |  @   |  #  |  $   |  %   |  | ^  |  &   |  *  |  (    |  )  | BCKSPC  |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+----|
 | 
			
		||||
     * |   \    |    1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   /   |
 | 
			
		||||
     * |------------+------+------+------+------+------|------+------+------+------+------+----|
 | 
			
		||||
     * |     |      |      |      |      |      |      |   +   |   =   |      |        |       |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+----|
 | 
			
		||||
     * |   ESC  |  CTRL-ALT-DEL   |   TASK   |         |        |    '|'    |    `    |        |
 | 
			
		||||
     * `---------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [1] = LAYOUT_ortho_5x12_2x225u(
 | 
			
		||||
        KC_EQL,  KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS,
 | 
			
		||||
        KC_TILD, KC_EXLM, KC_AT,   KC_HASH, KC_DLR,  KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC,
 | 
			
		||||
        KC_SLSH, KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_BSLS,
 | 
			
		||||
        _______, _______, _______, _______, _______, _______, _______, KC_PPLS, KC_EQL,  _______, _______, _______,
 | 
			
		||||
        KC_ESC,  CALTDEL, TSKMGR,           _______,                   _______,          KC_NUBS, KC_GRV,  _______
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
    /* [2]
 | 
			
		||||
     * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
     * |   =    |   1  |   2  |   3  |   4  |   5  |  6  |   7  |   8  |   9  |   0   |   -   |
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+---|
 | 
			
		||||
     * |       |      |      |  UP  |       |      |     |   _   |     |   [   |  ]    |      |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+---|
 | 
			
		||||
     * |       |     | LEFT | DOWN  | RIGHT |     |      |   -  |      |   [   |   ]   |      |
 | 
			
		||||
     * |------------+------+------+------+------+-----+-----+------+------+------+------+-----|
 | 
			
		||||
     * |   F1  | F2 |  F3  |   F4  | F5    | F6  | F7   | F8   | F9    | F10  | F11   | F12   |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+---|
 | 
			
		||||
     * |     RESET    |           |          |         |         |         |        |         |
 | 
			
		||||
     * `---------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [2] = LAYOUT_ortho_5x12_2x225u(
 | 
			
		||||
        KC_EQL,  KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS,
 | 
			
		||||
        _______, _______, _______, KC_UP,   _______, _______, _______, KC_UNDS, _______, KC_LBRC, KC_RBRC, _______,
 | 
			
		||||
        _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, KC_MINS, _______, KC_LCBR, KC_RCBR, _______,
 | 
			
		||||
        KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,
 | 
			
		||||
        RESET,   _______, _______,          _______,                   _______,          _______, _______, _______
 | 
			
		||||
    )
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,2 +1 @@
 | 
			
		|||
# The Default Quark Layout
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										19
									
								
								keyboards/quark/keymaps/default_4x12/config.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								keyboards/quark/keymaps/default_4x12/config.h
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
/* Copyright 2020 Nathan Spears
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#define TAPPING_TOGGLE 2
 | 
			
		||||
							
								
								
									
										80
									
								
								keyboards/quark/keymaps/default_4x12/keymap.c
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										80
									
								
								keyboards/quark/keymaps/default_4x12/keymap.c
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,80 @@
 | 
			
		|||
/* Copyright 2020 Nathan Spears
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
// Defines for task manager and such
 | 
			
		||||
#define CALTDEL LCTL(LALT(KC_DEL))
 | 
			
		||||
#define TSKMGR LCTL(LSFT(KC_ESC))
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
    /* [0]
 | 
			
		||||
     * ,-----------------------------------------------------------------------------------------.
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+------|
 | 
			
		||||
     * | TAB       |   Q  |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  | DEL   |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+------|
 | 
			
		||||
     * | CTRL&ESC  |   A  |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  |  "    |
 | 
			
		||||
     * |------------+------+------+------+------+------|------+------+------+------+------+------|
 | 
			
		||||
     * | SHIFT     |   Z  |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |   /  | ENTER |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+------|
 | 
			
		||||
     * |    PRINT   | Ctrl | ALT  | GUI  |LOWER |SPACE |SPACE|RAISE | LEFT | DOWN |  UP  |RIGHT  |
 | 
			
		||||
     * `-----------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [0] = LAYOUT_ortho_4x12(
 | 
			
		||||
        KC_TAB,        KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_DEL,
 | 
			
		||||
        CTL_T(KC_ESC), KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT,
 | 
			
		||||
        KC_LSFT,       KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH, KC_ENT,
 | 
			
		||||
        KC_PSCR,       KC_LCTL, KC_LALT, KC_LGUI, TT(1),   KC_SPC,  KC_SPC,  TT(2),   KC_LEFT, KC_DOWN, KC_UP,   KC_RGHT
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
    /* [1]
 | 
			
		||||
     * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+----|
 | 
			
		||||
     * |   ~    | !    |  @   |  #  |  $   |  %   |  | ^  |  &   |  *  |  (    |  )  | BCKSPC  |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+----|
 | 
			
		||||
     * |   \    |    1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   /   |
 | 
			
		||||
     * |------------+------+------+------+------+------|------+------+------+------+------+----|
 | 
			
		||||
     * |       |       |      |      |      |      |      |   +   |   =  |      |      |       |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+----|
 | 
			
		||||
     * |     |    | ESC  |CTRL-ALT-DEL|TASK|    |     |     |     |    |  '|'  |   `   |       |
 | 
			
		||||
     * `---------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [1] = LAYOUT_ortho_4x12(
 | 
			
		||||
        KC_TILD, KC_EXLM, KC_AT,   KC_HASH, KC_DLR,  KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC,
 | 
			
		||||
        KC_SLSH, KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_BSLS,
 | 
			
		||||
        _______, _______, _______, _______, _______, _______, _______, KC_PPLS, KC_EQL,  _______, _______, _______,
 | 
			
		||||
        _______, KC_ESC,  CALTDEL, TSKMGR,  _______, _______, _______, _______, _______, KC_NUBS, KC_GRV,  _______
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
    /* [2]
 | 
			
		||||
     * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+---|
 | 
			
		||||
     * |       |      |      |  UP  |       |      |     |   _   |     |   [   |  ]    |      |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+---|
 | 
			
		||||
     * |       |     | LEFT | DOWN  | RIGHT |     |      |   -  |      |   [   |   ]   |      |
 | 
			
		||||
     * |------------+------+------+------+------+-----+-----+------+------+------+------+-----|
 | 
			
		||||
     * |   F1  | F2 |  F3  |   F4  | F5    | F6  | F7   | F8   | F9    | F10  | F11   | F12   |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+---|
 | 
			
		||||
     * |RESET |    |      |       |       |     |      |      |       |      |       |        |
 | 
			
		||||
     * `---------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [2] = LAYOUT_ortho_4x12(
 | 
			
		||||
        _______, _______, _______, KC_UP,   _______, _______, _______, KC_UNDS, _______, KC_LBRC, KC_RBRC, _______,
 | 
			
		||||
        _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, KC_MINS, _______, KC_LCBR, KC_RCBR, _______,
 | 
			
		||||
        KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,
 | 
			
		||||
        RESET,   _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
 | 
			
		||||
    )
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			@ -1,2 +0,0 @@
 | 
			
		|||
 | 
			
		||||
#define TAPPING_TOGGLE 2
 | 
			
		||||
| 
						 | 
				
			
			@ -1,83 +0,0 @@
 | 
			
		|||
/* Copyright 2015-2017 Jack Humbert
 | 
			
		||||
 * Modified by Nasp for the Quark
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
// Defines for task manager and such
 | 
			
		||||
#define CALTDEL LCTL(LALT(KC_DEL))
 | 
			
		||||
#define TSKMGR LCTL(LSFT(KC_ESC))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
 | 
			
		||||
  /* [0]
 | 
			
		||||
  * ,-----------------------------------------------------------------------------------------.
 | 
			
		||||
  * |------------+------+------+------+------+------+------+------+------+------+------+------|
 | 
			
		||||
  * | Tab        |   Q  |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  | Del  |
 | 
			
		||||
  * |------------+------+------+------+------+-------------+------+------+------+------+------|
 | 
			
		||||
  * | CTL & ESC  |   A  |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  |  "   |
 | 
			
		||||
  * |------------+------+------+------+------+------|------+------+------+------+------+------|
 | 
			
		||||
  * | Shift      |   Z  |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |   /  |Enter |
 | 
			
		||||
  * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+------|
 | 
			
		||||
  * | PRINT   |  OS   |  Alt  |  Layer  |    Space & Layer     |   [     |   ]    |    CAPS   |
 | 
			
		||||
  * `-----------------------------------------------------------------------------------------'
 | 
			
		||||
  */
 | 
			
		||||
  [0] = LAYOUT_4x12_2x225( \
 | 
			
		||||
      KC_TAB,        KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_DEL,
 | 
			
		||||
      CTL_T(KC_ESC), KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT,
 | 
			
		||||
      KC_LSFT,       KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH, KC_ENT,
 | 
			
		||||
      KC_PSCR, KC_LGUI, KC_LALT, TT(1), LT(2, KC_SPC), KC_LBRC, KC_RBRC, KC_CAPS
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
  /* [1]
 | 
			
		||||
  * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
  * |------------+------+------+------+------+------+------+------+------+------+------+----|
 | 
			
		||||
  * |   ~    | !    |  @   |  #  |  $   |  %   |  | ^  |  &   |  *  |  (    |  )  | BCKSPC  |
 | 
			
		||||
  * |------------+------+------+------+------+-------------+------+------+------+------+----|
 | 
			
		||||
  * |   \    |    1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   /   |
 | 
			
		||||
  * |------------+------+------+------+------+------|------+------+------+------+------+----|
 | 
			
		||||
  * |     |      |      |      |      |      |      |   +   |   =   |      |        |       |
 | 
			
		||||
  * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+----|
 | 
			
		||||
  * |   ESC  |  CTRL-ALT-DEL   |   TASK   |         |        |    '|'    |    `    |        |
 | 
			
		||||
  * `---------------------------------------------------------------------------------------'
 | 
			
		||||
  */
 | 
			
		||||
  [1] = LAYOUT_4x12_2x225( \
 | 
			
		||||
      KC_TILD, KC_EXLM, KC_AT,   KC_HASH, KC_DLR,  KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC,
 | 
			
		||||
      KC_SLSH, KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_BSLS,
 | 
			
		||||
      KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PPLS, KC_EQL, _______, _______, _______,
 | 
			
		||||
      KC_ESC,  CALTDEL,  TSKMGR, _______, _______, KC_NUBS, KC_GRV,  _______  
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
  /* [2]
 | 
			
		||||
  * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
  * |------------+------+------+------+------+------+------+------+------+------+------+---|
 | 
			
		||||
  * |       |      |      |  UP  |       |      |     |   _   |     |   [   |  ]    |      |
 | 
			
		||||
  * |------------+------+------+------+------+-------------+------+------+------+------+---|
 | 
			
		||||
  * |       |     | LEFT | DOWN  | RIGHT |     |      |   -  |      |   [   |   ]   |      |
 | 
			
		||||
  * |------------+------+------+------+------+-----+-----+------+------+------+------+-----|
 | 
			
		||||
  * |   F1  | F2 |  F3  |   F4  | F5    | F6  | F7   | F8   | F9    | F10  | F11   | F12   |
 | 
			
		||||
  * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+---|
 | 
			
		||||
  * |     RESET    |           |          |         |         |         |        |         |
 | 
			
		||||
  * `---------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
  [2] = LAYOUT_4x12_2x225( \
 | 
			
		||||
      _______,  _______,  _______,   KC_UP,   _______,  _______,  _______,  KC_UNDS, _______, KC_LBRC, KC_RBRC, _______,
 | 
			
		||||
      _______,  _______,   KC_LEFT, KC_DOWN, KC_RGHT,   _______,  _______,  KC_MINS, _______, KC_LCBR, KC_RCBR, _______,
 | 
			
		||||
      KC_F1,    KC_F2,     KC_F3,   KC_F4,   KC_F5,     KC_F6,    KC_F7,    KC_F8,   KC_F9,   KC_F10,   KC_F11,  KC_F12,
 | 
			
		||||
      RESET,  _______, _______, _______,  _______,  _______,  _______, _______
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
    };
 | 
			
		||||
							
								
								
									
										19
									
								
								keyboards/quark/keymaps/default_4x12_2x225u/config.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								keyboards/quark/keymaps/default_4x12_2x225u/config.h
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
/* Copyright 2020 Nathan Spears
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#define TAPPING_TOGGLE 2
 | 
			
		||||
							
								
								
									
										80
									
								
								keyboards/quark/keymaps/default_4x12_2x225u/keymap.c
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										80
									
								
								keyboards/quark/keymaps/default_4x12_2x225u/keymap.c
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,80 @@
 | 
			
		|||
/* Copyright 2020 Nathan Spears
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
// Defines for task manager and such
 | 
			
		||||
#define CALTDEL LCTL(LALT(KC_DEL))
 | 
			
		||||
#define TSKMGR LCTL(LSFT(KC_ESC))
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
    /* [0]
 | 
			
		||||
     * ,-----------------------------------------------------------------------------------------.
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+------|
 | 
			
		||||
     * | Tab        |   Q  |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  | Del  |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+------|
 | 
			
		||||
     * | CTL & ESC  |   A  |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  |  "   |
 | 
			
		||||
     * |------------+------+------+------+------+------|------+------+------+------+------+------|
 | 
			
		||||
     * | Shift      |   Z  |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |   /  |Enter |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+------|
 | 
			
		||||
     * | PRINT   |  OS   |  Alt  |  Layer  |    Space & Layer     |   [     |   ]    |    CAPS   |
 | 
			
		||||
     * `-----------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [0] = LAYOUT_ortho_4x12_2x225u(
 | 
			
		||||
        KC_TAB,        KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,          KC_I,    KC_O,    KC_P,    KC_DEL,
 | 
			
		||||
        CTL_T(KC_ESC), KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,          KC_K,    KC_L,    KC_SCLN, KC_QUOT,
 | 
			
		||||
        KC_LSFT,       KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,          KC_COMM, KC_DOT,  KC_SLSH, KC_ENT,
 | 
			
		||||
        KC_PSCR,       KC_LGUI, KC_LALT,          TT(1),                     LT(2, KC_SPC),          KC_LBRC, KC_RBRC, KC_CAPS
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
    /* [1]
 | 
			
		||||
     * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+----|
 | 
			
		||||
     * |   ~    | !    |  @   |  #  |  $   |  %   |  | ^  |  &   |  *  |  (    |  )  | BCKSPC  |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+----|
 | 
			
		||||
     * |   \    |    1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   /   |
 | 
			
		||||
     * |------------+------+------+------+------+------|------+------+------+------+------+----|
 | 
			
		||||
     * |     |      |      |      |      |      |      |   +   |   =   |      |        |       |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+----|
 | 
			
		||||
     * |   ESC  |  CTRL-ALT-DEL   |   TASK   |         |        |    '|'    |    `    |        |
 | 
			
		||||
     * `---------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [1] = LAYOUT_ortho_4x12_2x225u(
 | 
			
		||||
        KC_TILD, KC_EXLM, KC_AT,   KC_HASH, KC_DLR,  KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC,
 | 
			
		||||
        KC_SLSH, KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_BSLS,
 | 
			
		||||
        _______, _______, _______, _______, _______, _______, _______, KC_PPLS, KC_EQL,  _______, _______, _______,
 | 
			
		||||
        KC_ESC,  CALTDEL, TSKMGR,           _______,                   _______,          KC_NUBS, KC_GRV,  _______
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
    /* [2]
 | 
			
		||||
    * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
    * |------------+------+------+------+------+------+------+------+------+------+------+---|
 | 
			
		||||
    * |       |      |      |  UP  |       |      |     |   _   |     |   [   |  ]    |      |
 | 
			
		||||
    * |------------+------+------+------+------+-------------+------+------+------+------+---|
 | 
			
		||||
    * |       |     | LEFT | DOWN  | RIGHT |     |      |   -  |      |   [   |   ]   |      |
 | 
			
		||||
    * |------------+------+------+------+------+-----+-----+------+------+------+------+-----|
 | 
			
		||||
    * |   F1  | F2 |  F3  |   F4  | F5    | F6  | F7   | F8   | F9    | F10  | F11   | F12   |
 | 
			
		||||
    * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+---|
 | 
			
		||||
    * |     RESET    |           |          |         |         |         |        |         |
 | 
			
		||||
    * `---------------------------------------------------------------------------------------'
 | 
			
		||||
       */
 | 
			
		||||
    [2] = LAYOUT_ortho_4x12_2x225u(
 | 
			
		||||
        _______, _______, _______, KC_UP,   _______, _______, _______, KC_UNDS, _______, KC_LBRC, KC_RBRC, _______,
 | 
			
		||||
        _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, KC_MINS, _______, KC_LCBR, KC_RCBR, _______,
 | 
			
		||||
        KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,
 | 
			
		||||
        RESET,   _______, _______,          _______,                   _______,          _______, _______, _______
 | 
			
		||||
    )
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			@ -1,2 +0,0 @@
 | 
			
		|||
 | 
			
		||||
#define TAPPING_TOGGLE 2
 | 
			
		||||
| 
						 | 
				
			
			@ -1,83 +0,0 @@
 | 
			
		|||
/* Copyright 2015-2017 Jack Humbert
 | 
			
		||||
 * Modified by Nasp for the Quark
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
// Defines for task manager and such
 | 
			
		||||
#define CALTDEL LCTL(LALT(KC_DEL))
 | 
			
		||||
#define TSKMGR LCTL(LSFT(KC_ESC))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
 | 
			
		||||
/* [0]
 | 
			
		||||
* ,-----------------------------------------------------------------------------------------.
 | 
			
		||||
* |------------+------+------+------+------+------+------+------+------+------+------+------|
 | 
			
		||||
* | Tab        |   Q  |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  | Del  |
 | 
			
		||||
* |------------+------+------+------+------+-------------+------+------+------+------+------|
 | 
			
		||||
* | CTL & ESC  |   A  |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  |  "   |
 | 
			
		||||
* |------------+------+------+------+------+------|------+------+------+------+------+------|
 | 
			
		||||
* | Shift      |   Z  |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |   /  |Enter |
 | 
			
		||||
* |-------+-------+-------+-------+-------+-------+------+------+------+------+------+------|
 | 
			
		||||
* | PRINT   |  OS   |  Alt  |  Layer  |    Space & Layer     |   [     |   ]    |    CAPS   |
 | 
			
		||||
* `-----------------------------------------------------------------------------------------'
 | 
			
		||||
*/
 | 
			
		||||
[0] = LAYOUT_4x12_2x3( \
 | 
			
		||||
    KC_TAB,        KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_DEL,
 | 
			
		||||
    CTL_T(KC_ESC), KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT,
 | 
			
		||||
    KC_LSFT,       KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH, KC_ENT,
 | 
			
		||||
    KC_PSCR, KC_LGUI, KC_LALT, TT(1), LT(2, KC_SPC), KC_LBRC, KC_RBRC, KC_CAPS
 | 
			
		||||
  ),
 | 
			
		||||
 | 
			
		||||
/* [1]
 | 
			
		||||
* ,---------------------------------------------------------------------------------------.
 | 
			
		||||
* |------------+------+------+------+------+------+------+------+------+------+------+----|
 | 
			
		||||
* |   ~    | !    |  @   |  #  |  $   |  %   |  | ^  |  &   |  *  |  (    |  )  | BCKSPC  |
 | 
			
		||||
* |------------+------+------+------+------+-------------+------+------+------+------+----|
 | 
			
		||||
* |   \    |    1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   /   |
 | 
			
		||||
* |------------+------+------+------+------+------|------+------+------+------+------+----|
 | 
			
		||||
* |     |      |      |      |      |      |      |   +   |   =   |      |        |       |
 | 
			
		||||
* |-------+-------+-------+-------+-------+-------+------+------+------+------+------+----|
 | 
			
		||||
* |   ESC  |  CTRL-ALT-DEL   |   TASK   |         |        |    '|'    |    `    |        |
 | 
			
		||||
* `---------------------------------------------------------------------------------------'
 | 
			
		||||
*/
 | 
			
		||||
[1] = LAYOUT_4x12_2x3( \
 | 
			
		||||
    KC_TILD, KC_EXLM, KC_AT,   KC_HASH, KC_DLR,  KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC,
 | 
			
		||||
    KC_SLSH, KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_BSLS,
 | 
			
		||||
    KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PPLS, KC_EQL, _______, _______, _______,
 | 
			
		||||
    KC_ESC,  CALTDEL,  TSKMGR, _______, _______, KC_NUBS, KC_GRV,  _______  
 | 
			
		||||
  ),
 | 
			
		||||
 | 
			
		||||
/* [2]
 | 
			
		||||
* ,---------------------------------------------------------------------------------------.
 | 
			
		||||
* |------------+------+------+------+------+------+------+------+------+------+------+---|
 | 
			
		||||
* |       |      |      |  UP  |       |      |     |   _   |     |   [   |  ]    |      |
 | 
			
		||||
* |------------+------+------+------+------+-------------+------+------+------+------+---|
 | 
			
		||||
* |       |     | LEFT | DOWN  | RIGHT |     |      |   -  |      |   [   |   ]   |      |
 | 
			
		||||
* |------------+------+------+------+------+-----+-----+------+------+------+------+-----|
 | 
			
		||||
* |   F1  | F2 |  F3  |   F4  | F5    | F6  | F7   | F8   | F9    | F10  | F11   | F12   |
 | 
			
		||||
* |-------+-------+-------+-------+-------+-------+------+------+------+------+------+---|
 | 
			
		||||
* |     RESET    |           |          |         |         |         |        |         |
 | 
			
		||||
* `---------------------------------------------------------------------------------------'
 | 
			
		||||
   */
 | 
			
		||||
[2] = LAYOUT_4x12_2x3( \
 | 
			
		||||
    _______,  _______,  _______,   KC_UP,   _______,  _______,  _______,  KC_UNDS, _______, KC_LBRC, KC_RBRC, _______,
 | 
			
		||||
    _______,  _______,   KC_LEFT, KC_DOWN, KC_RGHT,   _______,  _______,  KC_MINS, _______, KC_LCBR, KC_RCBR, _______,
 | 
			
		||||
    KC_F1,    KC_F2,     KC_F3,   KC_F4,   KC_F5,     KC_F6,    KC_F7,    KC_F8,   KC_F9,   KC_F10,   KC_F11,  KC_F12,
 | 
			
		||||
    RESET,  _______, _______, _______,  _______,  _______,  _______, _______
 | 
			
		||||
  ),
 | 
			
		||||
 | 
			
		||||
  };
 | 
			
		||||
							
								
								
									
										19
									
								
								keyboards/quark/keymaps/default_4x12_2x3u/config.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								keyboards/quark/keymaps/default_4x12_2x3u/config.h
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
/* Copyright 2020 Nathan Spears
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#define TAPPING_TOGGLE 2
 | 
			
		||||
							
								
								
									
										80
									
								
								keyboards/quark/keymaps/default_4x12_2x3u/keymap.c
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										80
									
								
								keyboards/quark/keymaps/default_4x12_2x3u/keymap.c
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,80 @@
 | 
			
		|||
/* Copyright 2020 Nathan Spears
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
// Defines for task manager and such
 | 
			
		||||
#define CALTDEL LCTL(LALT(KC_DEL))
 | 
			
		||||
#define TSKMGR LCTL(LSFT(KC_ESC))
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
    /* [0]
 | 
			
		||||
     * ,-----------------------------------------------------------------------------------------.
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+------|
 | 
			
		||||
     * | Tab        |   Q  |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  | Del  |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+------|
 | 
			
		||||
     * | CTL & ESC  |   A  |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  |  "   |
 | 
			
		||||
     * |------------+------+------+------+------+------|------+------+------+------+------+------|
 | 
			
		||||
     * | Shift      |   Z  |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |   /  |Enter |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+------|
 | 
			
		||||
     * | PRINT   |  OS   |  Alt  |  Layer  |    Space & Layer     |   [     |   ]    |    CAPS   |
 | 
			
		||||
     * `-----------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [0] = LAYOUT_ortho_4x12_2x3u(
 | 
			
		||||
        KC_TAB,        KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,          KC_I,    KC_O,    KC_P,    KC_DEL,
 | 
			
		||||
        CTL_T(KC_ESC), KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,          KC_K,    KC_L,    KC_SCLN, KC_QUOT,
 | 
			
		||||
        KC_LSFT,       KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,          KC_COMM, KC_DOT,  KC_SLSH, KC_ENT,
 | 
			
		||||
        KC_PSCR,       KC_LGUI, KC_LALT,          TT(1),                     LT(2, KC_SPC),          KC_LBRC, KC_RBRC, KC_CAPS
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
    /* [1]
 | 
			
		||||
     * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+----|
 | 
			
		||||
     * |   ~    | !    |  @   |  #  |  $   |  %   |  | ^  |  &   |  *  |  (    |  )  | BCKSPC  |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+----|
 | 
			
		||||
     * |   \    |    1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   /   |
 | 
			
		||||
     * |------------+------+------+------+------+------|------+------+------+------+------+----|
 | 
			
		||||
     * |     |      |      |      |      |      |      |   +   |   =   |      |        |       |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+----|
 | 
			
		||||
     * |   ESC  |  CTRL-ALT-DEL   |   TASK   |         |        |    '|'    |    `    |        |
 | 
			
		||||
     * `---------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [1] = LAYOUT_ortho_4x12_2x3u(
 | 
			
		||||
        KC_TILD, KC_EXLM, KC_AT,   KC_HASH, KC_DLR,  KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC,
 | 
			
		||||
        KC_SLSH, KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_BSLS,
 | 
			
		||||
        _______, _______, _______, _______, _______, _______, _______, KC_PPLS, KC_EQL,  _______, _______, _______,
 | 
			
		||||
        KC_ESC,  CALTDEL, TSKMGR,           _______,                   _______,          KC_NUBS, KC_GRV,  _______
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
    /* [2]
 | 
			
		||||
     * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+---|
 | 
			
		||||
     * |       |      |      |  UP  |       |      |     |   _   |     |   [   |  ]    |      |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+---|
 | 
			
		||||
     * |       |     | LEFT | DOWN  | RIGHT |     |      |   -  |      |   [   |   ]   |      |
 | 
			
		||||
     * |------------+------+------+------+------+-----+-----+------+------+------+------+-----|
 | 
			
		||||
     * |   F1  | F2 |  F3  |   F4  | F5    | F6  | F7   | F8   | F9    | F10  | F11   | F12   |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+---|
 | 
			
		||||
     * |     RESET    |           |          |         |         |         |        |         |
 | 
			
		||||
     * `---------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [2] = LAYOUT_ortho_4x12_2x3u(
 | 
			
		||||
        _______, _______, _______, KC_UP,   _______, _______, _______, KC_UNDS, _______, KC_LBRC, KC_RBRC, _______,
 | 
			
		||||
        _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, KC_MINS, _______, KC_LCBR, KC_RCBR, _______,
 | 
			
		||||
        KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,
 | 
			
		||||
        RESET,   _______, _______,          _______,                   _______,          _______, _______, _______
 | 
			
		||||
    )
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			@ -1,2 +0,0 @@
 | 
			
		|||
 | 
			
		||||
#define TAPPING_TOGGLE 2
 | 
			
		||||
| 
						 | 
				
			
			@ -1,83 +0,0 @@
 | 
			
		|||
/* Copyright 2015-2017 Jack Humbert
 | 
			
		||||
 * Modified by Nasp for the Quark
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
// Defines for task manager and such
 | 
			
		||||
#define CALTDEL LCTL(LALT(KC_DEL))
 | 
			
		||||
#define TSKMGR LCTL(LSFT(KC_ESC))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
 | 
			
		||||
  /* [0]
 | 
			
		||||
  * ,-----------------------------------------------------------------------------------------.
 | 
			
		||||
  * |------------+------+------+------+------+------+------+------+------+------+------+------|
 | 
			
		||||
  * | TAB       |   Q  |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  | DEL   |
 | 
			
		||||
  * |------------+------+------+------+------+-------------+------+------+------+------+------|
 | 
			
		||||
  * | CTRL&ESC  |   A  |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  |  "    |
 | 
			
		||||
  * |------------+------+------+------+------+------|------+------+------+------+------+------|
 | 
			
		||||
  * | SHIFT     |   Z  |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |   /  | ENTER |
 | 
			
		||||
  * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+------|
 | 
			
		||||
  * |    PRINT   | Ctrl | ALT  | GUI  |LOWER |SPACE |SPACE|RAISE | LEFT | DOWN |  UP  |RIGHT  |
 | 
			
		||||
  * `-----------------------------------------------------------------------------------------'
 | 
			
		||||
  */
 | 
			
		||||
  [0] = LAYOUT_ortho_4x12( \
 | 
			
		||||
      KC_TAB,        KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_DEL,
 | 
			
		||||
      CTL_T(KC_ESC), KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT,
 | 
			
		||||
      KC_LSFT,       KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH, KC_ENT,
 | 
			
		||||
      KC_PSCR,       KC_LCTL, KC_LALT, KC_LGUI, TT(1),   KC_SPC,  KC_SPC,  TT(2),   KC_LEFT, KC_DOWN, KC_UP,   KC_RGHT
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
  /* [1]
 | 
			
		||||
  * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
  * |------------+------+------+------+------+------+------+------+------+------+------+----|
 | 
			
		||||
  * |   ~    | !    |  @   |  #  |  $   |  %   |  | ^  |  &   |  *  |  (    |  )  | BCKSPC  |
 | 
			
		||||
  * |------------+------+------+------+------+-------------+------+------+------+------+----|
 | 
			
		||||
  * |   \    |    1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   /   |
 | 
			
		||||
  * |------------+------+------+------+------+------|------+------+------+------+------+----|
 | 
			
		||||
  * |       |       |      |      |      |      |      |   +   |   =  |      |      |       |
 | 
			
		||||
  * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+----|
 | 
			
		||||
  * |     |    | ESC  |CTRL-ALT-DEL|TASK|    |     |     |     |    |  '|'  |   `   |       |
 | 
			
		||||
  * `---------------------------------------------------------------------------------------'
 | 
			
		||||
  */
 | 
			
		||||
  [1] = LAYOUT_ortho_4x12( \
 | 
			
		||||
      KC_TILD, KC_EXLM, KC_AT,   KC_HASH, KC_DLR,  KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC,
 | 
			
		||||
      KC_SLSH, KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_BSLS,
 | 
			
		||||
      KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PPLS, KC_EQL, _______, _______, _______,
 | 
			
		||||
      _______, KC_ESC,  CALTDEL,  TSKMGR, _______, _______, _______, _______, _______, KC_NUBS, KC_GRV, _______
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
  /* [2]
 | 
			
		||||
  * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
  * |------------+------+------+------+------+------+------+------+------+------+------+---|
 | 
			
		||||
  * |       |      |      |  UP  |       |      |     |   _   |     |   [   |  ]    |      |
 | 
			
		||||
  * |------------+------+------+------+------+-------------+------+------+------+------+---|
 | 
			
		||||
  * |       |     | LEFT | DOWN  | RIGHT |     |      |   -  |      |   [   |   ]   |      |
 | 
			
		||||
  * |------------+------+------+------+------+-----+-----+------+------+------+------+-----|
 | 
			
		||||
  * |   F1  | F2 |  F3  |   F4  | F5    | F6  | F7   | F8   | F9    | F10  | F11   | F12   |
 | 
			
		||||
  * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+---|
 | 
			
		||||
  * |RESET |    |      |       |       |     |      |      |       |      |       |        |
 | 
			
		||||
  * `---------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
  [2] = LAYOUT_ortho_4x12( \
 | 
			
		||||
      _______,  _______,  _______,   KC_UP,   _______,   _______,  _______,  KC_UNDS, _______,  KC_LBRC,  KC_RBRC, _______,
 | 
			
		||||
      _______,  _______,   KC_LEFT, KC_DOWN,  KC_RGHT,   _______,  _______,  KC_MINS, _______,  KC_LCBR,  KC_RCBR, _______,
 | 
			
		||||
      KC_F1,    KC_F2,     KC_F3,   KC_F4,    KC_F5,     KC_F6,    KC_F7,    KC_F8,   KC_F9,    KC_F10,   KC_F11,  KC_F12,
 | 
			
		||||
      RESET,    _______,   _______, _______,  _______,   _______,  _______,  _______, _______,  _______,  _______, _______
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
  };
 | 
			
		||||
| 
						 | 
				
			
			@ -1,19 +0,0 @@
 | 
			
		|||
/* Copyright 2020 Nathan_Spears
 | 
			
		||||
  * 
 | 
			
		||||
  * This program is free software: you can redistribute it and/or modify 
 | 
			
		||||
  * it under the terms of the GNU General Public License as published by 
 | 
			
		||||
  * the Free Software Foundation, either version 2 of the License, or 
 | 
			
		||||
  * (at your option) any later version. 
 | 
			
		||||
  * 
 | 
			
		||||
  * This program is distributed in the hope that it will be useful, 
 | 
			
		||||
  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
 | 
			
		||||
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
 | 
			
		||||
  * GNU General Public License for more details. 
 | 
			
		||||
  * 
 | 
			
		||||
  * You should have received a copy of the GNU General Public License 
 | 
			
		||||
  * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
 | 
			
		||||
  */ 
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#define TAPPING_TOGGLE 2
 | 
			
		||||
| 
						 | 
				
			
			@ -1,83 +0,0 @@
 | 
			
		|||
/* Copyright 2015-2017 Jack Humbert
 | 
			
		||||
 * Modified by Nasp for the Quark
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
// Defines for task manager and such
 | 
			
		||||
#define CALTDEL LCTL(LALT(KC_DEL))
 | 
			
		||||
#define TSKMGR LCTL(LSFT(KC_ESC))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
 | 
			
		||||
  /* [0]
 | 
			
		||||
  * ,-----------------------------------------------------------------------------------------.
 | 
			
		||||
  * |------------+------+------+------+------+------+------+------+------+------+------+------|
 | 
			
		||||
  * | TAB       |   Q  |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  | DEL   |
 | 
			
		||||
  * |------------+------+------+------+------+-------------+------+------+------+------+------|
 | 
			
		||||
  * | CTRL&ESC  |   A  |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  |  "    |
 | 
			
		||||
  * |------------+------+------+------+------+------|------+------+------+------+------+------|
 | 
			
		||||
  * | SHIFT     |   Z  |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |   /  | ENTER |
 | 
			
		||||
  * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+------|
 | 
			
		||||
  * |    PRINT   | Ctrl | ALT  | GUI  |LOWER |   SPACE    |RAISE | LEFT | DOWN |  UP  |RIGHT  |
 | 
			
		||||
  * `-----------------------------------------------------------------------------------------'
 | 
			
		||||
  */
 | 
			
		||||
  [0] = LAYOUT_4x12_MIT( \
 | 
			
		||||
      KC_TAB,        KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_DEL,
 | 
			
		||||
      CTL_T(KC_ESC), KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT,
 | 
			
		||||
      KC_LSFT,       KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH, KC_ENT,
 | 
			
		||||
      KC_PSCR,       KC_LCTL, KC_LALT, KC_LGUI, TT(1),   KC_SPC,  TT(2),   KC_LEFT, KC_DOWN, KC_UP,   KC_RGHT
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
  /* [1]
 | 
			
		||||
  * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
  * |------------+------+------+------+------+------+------+------+------+------+------+----|
 | 
			
		||||
  * |   ~    | !    |  @   |  #  |  $   |  %   |  | ^  |  &   |  *  |  (    |  )  | BCKSPC  |
 | 
			
		||||
  * |------------+------+------+------+------+-------------+------+------+------+------+----|
 | 
			
		||||
  * |   \    |    1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   /   |
 | 
			
		||||
  * |------------+------+------+------+------+------|------+------+------+------+------+----|
 | 
			
		||||
  * |       |       |      |      |      |      |      |   +   |   =  |      |      |       |
 | 
			
		||||
  * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+----|
 | 
			
		||||
  * |     |    | ESC  |CTRL-ALT-DEL|TASK|        |     |     |    |  '|'  |   `   |       |
 | 
			
		||||
  * `---------------------------------------------------------------------------------------'
 | 
			
		||||
  */
 | 
			
		||||
  [1] = LAYOUT_4x12_MIT( \
 | 
			
		||||
      KC_TILD, KC_EXLM, KC_AT,   KC_HASH, KC_DLR,  KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC,
 | 
			
		||||
      KC_SLSH, KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_BSLS,
 | 
			
		||||
      KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PPLS, KC_EQL, _______, _______, _______,
 | 
			
		||||
      _______, KC_ESC,  CALTDEL,  TSKMGR, _______, _______, _______, _______, KC_NUBS, KC_GRV, _______
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
  /* [2]
 | 
			
		||||
  * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
  * |------------+------+------+------+------+------+------+------+------+------+------+---|
 | 
			
		||||
  * |       |      |      |  UP  |       |      |     |   _   |     |   [   |  ]    |      |
 | 
			
		||||
  * |------------+------+------+------+------+-------------+------+------+------+------+---|
 | 
			
		||||
  * |       |     | LEFT | DOWN  | RIGHT |     |      |   -  |      |   [   |   ]   |      |
 | 
			
		||||
  * |------------+------+------+------+------+-----+-----+------+------+------+------+-----|
 | 
			
		||||
  * |   F1  | F2 |  F3  |   F4  | F5    | F6  | F7   | F8   | F9    | F10  | F11   | F12   |
 | 
			
		||||
  * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+---|
 | 
			
		||||
  * |RESET |    |      |       |       |            |      |       |      |       |        |
 | 
			
		||||
  * `---------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
  [2] = LAYOUT_4x12_MIT( \
 | 
			
		||||
      _______,  _______,  _______,   KC_UP,   _______,   _______,  _______,  KC_UNDS, _______,  KC_LBRC,  KC_RBRC, _______,
 | 
			
		||||
      _______,  _______,   KC_LEFT, KC_DOWN,  KC_RGHT,   _______,  _______,  KC_MINS, _______,  KC_LCBR,  KC_RCBR, _______,
 | 
			
		||||
      KC_F1,    KC_F2,     KC_F3,   KC_F4,    KC_F5,     KC_F6,    KC_F7,    KC_F8,   KC_F9,    KC_F10,   KC_F11,  KC_F12,
 | 
			
		||||
      RESET,    _______,   _______, _______,  _______,    _______,  _______, _______,  _______,  _______, _______
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
    };
 | 
			
		||||
| 
						 | 
				
			
			@ -1,18 +0,0 @@
 | 
			
		|||
/* Copyright 2020 Nathan Spears
 | 
			
		||||
  * 
 | 
			
		||||
  * This program is free software: you can redistribute it and/or modify 
 | 
			
		||||
  * it under the terms of the GNU General Public License as published by 
 | 
			
		||||
  * the Free Software Foundation, either version 2 of the License, or 
 | 
			
		||||
  * (at your option) any later version. 
 | 
			
		||||
  * 
 | 
			
		||||
  * This program is distributed in the hope that it will be useful, 
 | 
			
		||||
  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
 | 
			
		||||
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
 | 
			
		||||
  * GNU General Public License for more details. 
 | 
			
		||||
  * 
 | 
			
		||||
  * You should have received a copy of the GNU General Public License 
 | 
			
		||||
  * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
 | 
			
		||||
  */ 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#define TAPPING_TOGGLE 2
 | 
			
		||||
| 
						 | 
				
			
			@ -1,89 +0,0 @@
 | 
			
		|||
/* Copyright 2015-2017 Jack Humbert
 | 
			
		||||
 * Modified by Nasp for the Quark
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
// Defines for task manager and such
 | 
			
		||||
#define CALTDEL LCTL(LALT(KC_DEL))
 | 
			
		||||
#define TSKMGR LCTL(LSFT(KC_ESC))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
 | 
			
		||||
/* [0]
 | 
			
		||||
 * ,-----------------------------------------------------------------------------------------.
 | 
			
		||||
 * |   =        |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   -  |
 | 
			
		||||
 * |------------+------+------+------+------+------+------+------+------+------+------+------|
 | 
			
		||||
 * | Tab        |   Q  |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  | Del  |
 | 
			
		||||
 * |------------+------+------+------+------+-------------+------+------+------+------+------|
 | 
			
		||||
 * | CTL & ESC  |   A  |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  |  "   |
 | 
			
		||||
 * |------------+------+------+------+------+------|------+------+------+------+------+------|
 | 
			
		||||
 * | Shift      |   Z  |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |   /  |Enter |
 | 
			
		||||
 * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+------|
 | 
			
		||||
 * |   OS   |   Alt   |         Layer        |      Space & Layer     |     [    |    ]      |
 | 
			
		||||
 * `-----------------------------------------------------------------------------------------'
 | 
			
		||||
 */
 | 
			
		||||
[0] = LAYOUT_5x12_2x3( \
 | 
			
		||||
  KC_EQL,        KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS,
 | 
			
		||||
  KC_TAB,        KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_DEL,
 | 
			
		||||
  CTL_T(KC_ESC), KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT,
 | 
			
		||||
  KC_LSFT,       KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH, KC_ENT,
 | 
			
		||||
  KC_LGUI, KC_LALT, TT(1), LT(2, KC_SPC), KC_LBRC, KC_RBRC
 | 
			
		||||
),
 | 
			
		||||
 | 
			
		||||
/* [1]
 | 
			
		||||
* ,---------------------------------------------------------------------------------------.
 | 
			
		||||
* |   =    |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0   |   -   |
 | 
			
		||||
* |------------+------+------+------+------+------+------+------+------+------+------+----|
 | 
			
		||||
* |   ~    | !    |  @   |  #  |  $   |  %   |  | ^  |  &   |  *  |  (    |  )  | BCKSPC  |
 | 
			
		||||
* |------------+------+------+------+------+-------------+------+------+------+------+----|
 | 
			
		||||
* |   \    |    1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   /   |
 | 
			
		||||
* |------------+------+------+------+------+------|------+------+------+------+------+----|
 | 
			
		||||
* |     |      |      |      |      |      |      |   +   |   =   |      |        |       |
 | 
			
		||||
* |-------+-------+-------+-------+-------+-------+------+------+------+------+------+----|
 | 
			
		||||
* |    ESC  |    CTRL-ALT-DEL        |             |           |      '|'     |    `      |
 | 
			
		||||
* `---------------------------------------------------------------------------------------'
 | 
			
		||||
*/
 | 
			
		||||
[1] = LAYOUT_5x12_2x3( \
 | 
			
		||||
  KC_EQL,  KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS,
 | 
			
		||||
  KC_TILD, KC_EXLM, KC_AT,   KC_HASH, KC_DLR,  KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC,
 | 
			
		||||
  KC_SLSH, KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_BSLS,
 | 
			
		||||
  KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PPLS, KC_EQL, _______, _______, _______,
 | 
			
		||||
  KC_ESC,  CALTDEL, _______, _______, KC_NUBS, KC_GRV
 | 
			
		||||
),
 | 
			
		||||
 | 
			
		||||
/* [2]
 | 
			
		||||
* ,---------------------------------------------------------------------------------------.
 | 
			
		||||
* |   =    |   1  |   2  |   3  |   4  |   5  |  6  |   7  |   8  |   9  |   0   |   -   |
 | 
			
		||||
* |------------+------+------+------+------+------+------+------+------+------+------+---|
 | 
			
		||||
* |       |      |      |  UP  |       |      |     |   _   |     |   [   |  ]    |      |
 | 
			
		||||
* |------------+------+------+------+------+-------------+------+------+------+------+---|
 | 
			
		||||
* |       |     | LEFT | DOWN  | RIGHT |     |      |   -  |      |   [   |   ]   |      |
 | 
			
		||||
* |------------+------+------+------+------+-----+-----+------+------+------+------+-----|
 | 
			
		||||
* |   F1  | F2 |  F3  |   F4  | F5    | F6  | F7   | F8   | F9    | F10  | F11   | F12   |
 | 
			
		||||
* |-------+-------+-------+-------+-------+-------+------+------+------+------+------+---|
 | 
			
		||||
* |     RESET    |              |             |            |                |            |
 | 
			
		||||
* `---------------------------------------------------------------------------------------'
 | 
			
		||||
 */
 | 
			
		||||
[2] = LAYOUT_5x12_2x3( \
 | 
			
		||||
  KC_EQL,   KC_1,     KC_2,      KC_3,    KC_4,     KC_5,     KC_6,     KC_7,    KC_8,    KC_9,    KC_0,   KC_MINS,
 | 
			
		||||
  _______,  _______,  _______,   KC_UP,   _______,  _______,  _______,  KC_UNDS, _______, KC_LBRC, KC_RBRC, _______,
 | 
			
		||||
  _______,  _______,   KC_LEFT, KC_DOWN, KC_RGHT,   _______,  _______,  KC_MINS, _______, KC_LCBR, KC_RCBR, _______,
 | 
			
		||||
  KC_F1,    KC_F2,     KC_F3,   KC_F4,   KC_F5,     KC_F6,    KC_F7,    KC_F8,   KC_F9,   KC_F10,   KC_F11,  KC_F12,
 | 
			
		||||
  RESET,    _______,   _______, _______, _______,   _______
 | 
			
		||||
),
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
							
								
								
									
										19
									
								
								keyboards/quark/keymaps/default_5x12_2x3u/config.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								keyboards/quark/keymaps/default_5x12_2x3u/config.h
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
/* Copyright 2020 Nathan Spears
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#define TAPPING_TOGGLE 2
 | 
			
		||||
							
								
								
									
										86
									
								
								keyboards/quark/keymaps/default_5x12_2x3u/keymap.c
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										86
									
								
								keyboards/quark/keymaps/default_5x12_2x3u/keymap.c
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,86 @@
 | 
			
		|||
/* Copyright 2020 Nathan Spears
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
// Defines for task manager and such
 | 
			
		||||
#define CALTDEL LCTL(LALT(KC_DEL))
 | 
			
		||||
#define TSKMGR LCTL(LSFT(KC_ESC))
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
    /* [0]
 | 
			
		||||
     * ,-----------------------------------------------------------------------------------------.
 | 
			
		||||
     * |   =        |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   -  |
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+------|
 | 
			
		||||
     * | Tab        |   Q  |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  | Del  |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+------|
 | 
			
		||||
     * | CTL & ESC  |   A  |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  |  "   |
 | 
			
		||||
     * |------------+------+------+------+------+------|------+------+------+------+------+------|
 | 
			
		||||
     * | Shift      |   Z  |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |   /  |Enter |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+------|
 | 
			
		||||
     * |   OS   |   Alt   |         Layer        |      Space & Layer     |     [    |    ]      |
 | 
			
		||||
     * `-----------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [0] = LAYOUT_ortho_5x12_2x3u(
 | 
			
		||||
        KC_EQL,        KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,          KC_8,    KC_9,    KC_0,    KC_MINS,
 | 
			
		||||
        KC_TAB,        KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,          KC_I,    KC_O,    KC_P,    KC_DEL,
 | 
			
		||||
        CTL_T(KC_ESC), KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,          KC_K,    KC_L,    KC_SCLN, KC_QUOT,
 | 
			
		||||
        KC_LSFT,       KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,          KC_COMM, KC_DOT,  KC_SLSH, KC_ENT,
 | 
			
		||||
        KC_LGUI,                KC_LALT,          TT(1),                     LT(2, KC_SPC),          KC_LBRC,          KC_RBRC
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
    /* [1]
 | 
			
		||||
     * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
     * |   =    |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0   |   -   |
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+----|
 | 
			
		||||
     * |   ~    | !    |  @   |  #  |  $   |  %   |  | ^  |  &   |  *  |  (    |  )  | BCKSPC  |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+----|
 | 
			
		||||
     * |   \    |    1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   /   |
 | 
			
		||||
     * |------------+------+------+------+------+------|------+------+------+------+------+----|
 | 
			
		||||
     * |     |      |      |      |      |      |      |   +   |   =   |      |        |       |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+----|
 | 
			
		||||
     * |    ESC  |    CTRL-ALT-DEL        |             |           |      '|'     |    `      |
 | 
			
		||||
     * `---------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [1] = LAYOUT_ortho_5x12_2x3u(
 | 
			
		||||
        KC_EQL,  KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS,
 | 
			
		||||
        KC_TILD, KC_EXLM, KC_AT,   KC_HASH, KC_DLR,  KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC,
 | 
			
		||||
        KC_SLSH, KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_BSLS,
 | 
			
		||||
        KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PPLS, KC_EQL,  _______, _______, _______,
 | 
			
		||||
        KC_ESC,           CALTDEL,          _______,                   _______,                   KC_NUBS, KC_GRV
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
    /* [2]
 | 
			
		||||
     * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
     * |   =    |   1  |   2  |   3  |   4  |   5  |  6  |   7  |   8  |   9  |   0   |   -   |
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+---|
 | 
			
		||||
     * |       |      |      |  UP  |       |      |     |   _   |     |   [   |  ]    |      |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+---|
 | 
			
		||||
     * |       |     | LEFT | DOWN  | RIGHT |     |      |   -  |      |   [   |   ]   |      |
 | 
			
		||||
     * |------------+------+------+------+------+-----+-----+------+------+------+------+-----|
 | 
			
		||||
     * |   F1  | F2 |  F3  |   F4  | F5    | F6  | F7   | F8   | F9    | F10  | F11   | F12   |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+---|
 | 
			
		||||
     * |     RESET    |              |             |            |                |            |
 | 
			
		||||
     * `---------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [2] = LAYOUT_ortho_5x12_2x3u(
 | 
			
		||||
        KC_EQL,  KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS,
 | 
			
		||||
        _______, _______, _______, KC_UP,   _______, _______, _______, KC_UNDS, _______, KC_LBRC, KC_RBRC, _______,
 | 
			
		||||
        _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, KC_MINS, _______, KC_LCBR, KC_RCBR, _______,
 | 
			
		||||
        KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,
 | 
			
		||||
        RESET,            _______,          _______,                   _______,          _______,          _______
 | 
			
		||||
    )
 | 
			
		||||
};
 | 
			
		||||
							
								
								
									
										19
									
								
								keyboards/quark/keymaps/default_mit/config.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								keyboards/quark/keymaps/default_mit/config.h
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
/* Copyright 2020 Nathan Spears
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#define TAPPING_TOGGLE 2
 | 
			
		||||
							
								
								
									
										80
									
								
								keyboards/quark/keymaps/default_mit/keymap.c
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										80
									
								
								keyboards/quark/keymaps/default_mit/keymap.c
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,80 @@
 | 
			
		|||
/* Copyright 2020 Nathan Spears
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
// Defines for task manager and such
 | 
			
		||||
#define CALTDEL LCTL(LALT(KC_DEL))
 | 
			
		||||
#define TSKMGR LCTL(LSFT(KC_ESC))
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
    /* [0]
 | 
			
		||||
     * ,-----------------------------------------------------------------------------------------.
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+------|
 | 
			
		||||
     * | TAB       |   Q  |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  | DEL   |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+------|
 | 
			
		||||
     * | CTRL&ESC  |   A  |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  |  "    |
 | 
			
		||||
     * |------------+------+------+------+------+------|------+------+------+------+------+------|
 | 
			
		||||
     * | SHIFT     |   Z  |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |   /  | ENTER |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+------|
 | 
			
		||||
     * |    PRINT   | Ctrl | ALT  | GUI  |LOWER |   SPACE    |RAISE | LEFT | DOWN |  UP  |RIGHT  |
 | 
			
		||||
     * `-----------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [0] = LAYOUT_planck_mit(
 | 
			
		||||
        KC_TAB,        KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_DEL,
 | 
			
		||||
        CTL_T(KC_ESC), KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT,
 | 
			
		||||
        KC_LSFT,       KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH, KC_ENT,
 | 
			
		||||
        KC_PSCR,       KC_LCTL, KC_LALT, KC_LGUI, TT(1),        KC_SPC,      TT(2),   KC_LEFT, KC_DOWN, KC_UP,   KC_RGHT
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
    /* [1]
 | 
			
		||||
     * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+----|
 | 
			
		||||
     * |   ~    | !    |  @   |  #  |  $   |  %   |  | ^  |  &   |  *  |  (    |  )  | BCKSPC  |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+----|
 | 
			
		||||
     * |   \    |    1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   /   |
 | 
			
		||||
     * |------------+------+------+------+------+------|------+------+------+------+------+----|
 | 
			
		||||
     * |       |       |      |      |      |      |      |   +   |   =  |      |      |       |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+----|
 | 
			
		||||
     * |     |    | ESC  |CTRL-ALT-DEL|TASK|        |     |     |    |  '|'  |   `   |       |
 | 
			
		||||
     * `---------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [1] = LAYOUT_planck_mit(
 | 
			
		||||
        KC_TILD, KC_EXLM, KC_AT,   KC_HASH, KC_DLR,  KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC,
 | 
			
		||||
        KC_SLSH, KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_BSLS,
 | 
			
		||||
        _______, _______, _______, _______, _______, _______, _______, KC_PPLS, KC_EQL,  _______, _______, _______,
 | 
			
		||||
        _______, KC_ESC,  CALTDEL, TSKMGR,  _______,     _______,      _______, _______, KC_NUBS, KC_GRV,  _______
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
    /* [2]
 | 
			
		||||
     * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+---|
 | 
			
		||||
     * |       |      |      |  UP  |       |      |     |   _   |     |   [   |  ]    |      |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+---|
 | 
			
		||||
     * |       |     | LEFT | DOWN  | RIGHT |     |      |   -  |      |   [   |   ]   |      |
 | 
			
		||||
     * |------------+------+------+------+------+-----+-----+------+------+------+------+-----|
 | 
			
		||||
     * |   F1  | F2 |  F3  |   F4  | F5    | F6  | F7   | F8   | F9    | F10  | F11   | F12   |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+---|
 | 
			
		||||
     * |RESET |    |      |       |       |            |      |       |      |       |        |
 | 
			
		||||
     * `---------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [2] = LAYOUT_planck_mit(
 | 
			
		||||
        _______, _______, _______, KC_UP,   _______, _______, _______, KC_UNDS, _______, KC_LBRC, KC_RBRC, _______,
 | 
			
		||||
        _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, KC_MINS, _______, KC_LCBR, KC_RCBR, _______,
 | 
			
		||||
        KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,
 | 
			
		||||
        RESET,   _______, _______, _______, _______,     _______,      _______, _______, _______, _______, _______
 | 
			
		||||
    )
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			@ -1,4 +1,5 @@
 | 
			
		|||
/* Copyright 2020 Nathan Spears
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
| 
						 | 
				
			
			@ -19,70 +20,67 @@
 | 
			
		|||
#define CALTDEL LCTL(LALT(KC_DEL))
 | 
			
		||||
#define TSKMGR LCTL(LSFT(KC_ESC))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
    /* [0]
 | 
			
		||||
     * ,-----------------------------------------------------------------------------------------.
 | 
			
		||||
     * |   =        |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   -  |
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+------|
 | 
			
		||||
     * | Tab        |   Q  |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  | Del  |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+------|
 | 
			
		||||
     * | CTL & ESC  |   A  |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  |  "   |
 | 
			
		||||
     * |------------+------+------+------+------+------|------+------+------+------+------+------|
 | 
			
		||||
     * | Shift      |   Z  |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |   /  |Enter |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+------|
 | 
			
		||||
     * | PRINT   |  OS   |  Alt  |  Layer  |    Space & Layer     |   [     |   ]    |    CAPS   |
 | 
			
		||||
     * `-----------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [0] = LAYOUT_ortho_5x12_2x225u(
 | 
			
		||||
        KC_EQL,        KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,          KC_8,    KC_9,    KC_0,    KC_MINS,
 | 
			
		||||
        KC_TAB,        KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,          KC_I,    KC_O,    KC_P,    KC_DEL,
 | 
			
		||||
        CTL_T(KC_ESC), KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,          KC_K,    KC_L,    KC_SCLN, KC_QUOT,
 | 
			
		||||
        KC_LSFT,       KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,          KC_COMM, KC_DOT,  KC_SLSH, KC_ENT,
 | 
			
		||||
        KC_PSCR,       KC_LGUI, KC_LALT,          TT(1),                     LT(2, KC_SPC),          KC_LBRC, KC_RBRC, KC_CAPS
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
/* [0]
 | 
			
		||||
 * ,-----------------------------------------------------------------------------------------.
 | 
			
		||||
 * |   =        |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   -  |
 | 
			
		||||
 * |------------+------+------+------+------+------+------+------+------+------+------+------|
 | 
			
		||||
 * | Tab        |   Q  |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  | Del  |
 | 
			
		||||
 * |------------+------+------+------+------+-------------+------+------+------+------+------|
 | 
			
		||||
 * | CTL & ESC  |   A  |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  |  "   |
 | 
			
		||||
 * |------------+------+------+------+------+------|------+------+------+------+------+------|
 | 
			
		||||
 * | Shift      |   Z  |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |   /  |Enter |
 | 
			
		||||
 * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+------|
 | 
			
		||||
 * | PRINT   |  OS   |  Alt  |  Layer  |    Space & Layer     |   [     |   ]    |    CAPS   |
 | 
			
		||||
 * `-----------------------------------------------------------------------------------------'
 | 
			
		||||
 */
 | 
			
		||||
[0] = LAYOUT_5x12_2x225( \
 | 
			
		||||
  KC_EQL,        KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS,
 | 
			
		||||
  KC_TAB,        KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_DEL,
 | 
			
		||||
  CTL_T(KC_ESC), KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT,
 | 
			
		||||
  KC_LSFT,       KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH, KC_ENT,
 | 
			
		||||
  KC_PSCR, KC_LGUI, KC_LALT, TT(1), LT(2, KC_SPC), KC_LBRC, KC_RBRC, KC_CAPS
 | 
			
		||||
),
 | 
			
		||||
 | 
			
		||||
/* [1]
 | 
			
		||||
* ,---------------------------------------------------------------------------------------.
 | 
			
		||||
* |   =    |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0   |   -   |
 | 
			
		||||
* |------------+------+------+------+------+------+------+------+------+------+------+----|
 | 
			
		||||
* |   ~    | !    |  @   |  #  |  $   |  %   |  | ^  |  &   |  *  |  (    |  )  | BCKSPC  |
 | 
			
		||||
* |------------+------+------+------+------+-------------+------+------+------+------+----|
 | 
			
		||||
* |   \    |    1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   /   |
 | 
			
		||||
* |------------+------+------+------+------+------|------+------+------+------+------+----|
 | 
			
		||||
* |     |      |      |      |      |      |      |   +   |   =   |      |        |       |
 | 
			
		||||
* |-------+-------+-------+-------+-------+-------+------+------+------+------+------+----|
 | 
			
		||||
* |   ESC  |  CTRL-ALT-DEL   |   TASK   |         |        |    '|'    |    `    |        |
 | 
			
		||||
* `---------------------------------------------------------------------------------------'
 | 
			
		||||
*/
 | 
			
		||||
[1] = LAYOUT_5x12_2x225( \
 | 
			
		||||
  KC_EQL,  KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS,
 | 
			
		||||
  KC_TILD, KC_EXLM, KC_AT,   KC_HASH, KC_DLR,  KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC,
 | 
			
		||||
  KC_SLSH, KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_BSLS,
 | 
			
		||||
  KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PPLS, KC_EQL, _______, _______, _______,
 | 
			
		||||
  KC_ESC,  CALTDEL,  TSKMGR, _______, _______, KC_NUBS, KC_GRV,  _______
 | 
			
		||||
),
 | 
			
		||||
 | 
			
		||||
/* [2]
 | 
			
		||||
* ,---------------------------------------------------------------------------------------.
 | 
			
		||||
* |   =    |   1  |   2  |   3  |   4  |   5  |  6  |   7  |   8  |   9  |   0   |   -   |
 | 
			
		||||
* |------------+------+------+------+------+------+------+------+------+------+------+---|
 | 
			
		||||
* |       |      |      |  UP  |       |      |     |   _   |     |   [   |  ]    |      |
 | 
			
		||||
* |------------+------+------+------+------+-------------+------+------+------+------+---|
 | 
			
		||||
* |       |     | LEFT | DOWN  | RIGHT |     |      |   -  |      |   [   |   ]   |      |
 | 
			
		||||
* |------------+------+------+------+------+-----+-----+------+------+------+------+-----|
 | 
			
		||||
* |   F1  | F2 |  F3  |   F4  | F5    | F6  | F7   | F8   | F9    | F10  | F11   | F12   |
 | 
			
		||||
* |-------+-------+-------+-------+-------+-------+------+------+------+------+------+---|
 | 
			
		||||
* |     RESET    |           |          |         |         |         |        |         |
 | 
			
		||||
* `---------------------------------------------------------------------------------------'
 | 
			
		||||
 */
 | 
			
		||||
[2] = LAYOUT_5x12_2x225( \
 | 
			
		||||
  KC_EQL,  KC_1,      KC_2,      KC_3,   KC_4,      KC_5,     KC_6,     KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS,
 | 
			
		||||
  _______,  _______,  _______,   KC_UP,   _______,  _______,  _______,  KC_UNDS, _______, KC_LBRC, KC_RBRC, _______,
 | 
			
		||||
  _______,  _______,   KC_LEFT, KC_DOWN, KC_RGHT,   _______,  _______,  KC_MINS, _______, KC_LCBR, KC_RCBR, _______,
 | 
			
		||||
  KC_F1,    KC_F2,     KC_F3,   KC_F4,   KC_F5,     KC_F6,    KC_F7,    KC_F8,   KC_F9,   KC_F10,   KC_F11,  KC_F12,
 | 
			
		||||
  RESET,  _______, _______, _______,  _______,  _______,  _______, _______
 | 
			
		||||
),
 | 
			
		||||
    /* [1]
 | 
			
		||||
     * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
     * |   =    |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0   |   -   |
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+----|
 | 
			
		||||
     * |   ~    | !    |  @   |  #  |  $   |  %   |  | ^  |  &   |  *  |  (    |  )  | BCKSPC  |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+----|
 | 
			
		||||
     * |   \    |    1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |   /   |
 | 
			
		||||
     * |------------+------+------+------+------+------|------+------+------+------+------+----|
 | 
			
		||||
     * |     |      |      |      |      |      |      |   +   |   =   |      |        |       |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+----|
 | 
			
		||||
     * |   ESC  |  CTRL-ALT-DEL   |   TASK   |         |        |    '|'    |    `    |        |
 | 
			
		||||
     * `---------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [1] = LAYOUT_ortho_5x12_2x225u(
 | 
			
		||||
        KC_EQL,  KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS,
 | 
			
		||||
        KC_TILD, KC_EXLM, KC_AT,   KC_HASH, KC_DLR,  KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC,
 | 
			
		||||
        KC_SLSH, KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_BSLS,
 | 
			
		||||
        _______, _______, _______, _______, _______, _______, _______, KC_PPLS, KC_EQL,  _______, _______, _______,
 | 
			
		||||
        KC_ESC,  CALTDEL, TSKMGR,           _______,                   _______,          KC_NUBS, KC_GRV,  _______
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
    /* [2]
 | 
			
		||||
     * ,---------------------------------------------------------------------------------------.
 | 
			
		||||
     * |   =    |   1  |   2  |   3  |   4  |   5  |  6  |   7  |   8  |   9  |   0   |   -   |
 | 
			
		||||
     * |------------+------+------+------+------+------+------+------+------+------+------+---|
 | 
			
		||||
     * |       |      |      |  UP  |       |      |     |   _   |     |   [   |  ]    |      |
 | 
			
		||||
     * |------------+------+------+------+------+-------------+------+------+------+------+---|
 | 
			
		||||
     * |       |     | LEFT | DOWN  | RIGHT |     |      |   -  |      |   [   |   ]   |      |
 | 
			
		||||
     * |------------+------+------+------+------+-----+-----+------+------+------+------+-----|
 | 
			
		||||
     * |   F1  | F2 |  F3  |   F4  | F5    | F6  | F7   | F8   | F9    | F10  | F11   | F12   |
 | 
			
		||||
     * |-------+-------+-------+-------+-------+-------+------+------+------+------+------+---|
 | 
			
		||||
     * |     RESET    |           |          |         |         |         |        |         |
 | 
			
		||||
     * `---------------------------------------------------------------------------------------'
 | 
			
		||||
     */
 | 
			
		||||
    [2] = LAYOUT_ortho_5x12_2x225u(
 | 
			
		||||
        KC_EQL,  KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS,
 | 
			
		||||
        _______, _______, _______, KC_UP,   _______, _______, _______, KC_UNDS, _______, KC_LBRC, KC_RBRC, _______,
 | 
			
		||||
        _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, KC_MINS, _______, KC_LCBR, KC_RCBR, _______,
 | 
			
		||||
        KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,
 | 
			
		||||
        RESET,   _______, _______,          _______,                   _______,          _______, _______, _______
 | 
			
		||||
    )
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1 +1,17 @@
 | 
			
		|||
/* Copyright 2020 Nathan Spears
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include "quark.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -14,93 +14,88 @@
 | 
			
		|||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include "quantum.h"
 | 
			
		||||
 | 
			
		||||
#define LAYOUT_5x12_2x225( \
 | 
			
		||||
  k000, k001, k002, k003, k004, k005, k006, k007, k008, k009, k010, k011, \
 | 
			
		||||
  k100, k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, \
 | 
			
		||||
  k200, k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, \
 | 
			
		||||
  k300, k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311, \
 | 
			
		||||
  k400, k401,       k402, k403,             k404, k405,       k406, k407  \
 | 
			
		||||
) \
 | 
			
		||||
{ \
 | 
			
		||||
  { k000, k001, k002,  k003, k004, k005,  k006,  k007, k008, k009,  k010, k011 }, \
 | 
			
		||||
  { k100, k101, k102,  k103, k104, k105,  k106,  k107, k108, k109,  k110, k111 }, \
 | 
			
		||||
  { k200, k201, k202,  k203, k204, k205,  k206,  k207, k208, k209,  k210, k211 }, \
 | 
			
		||||
  { k300, k301, k302,  k303, k304, k305,  k306,  k307, k308, k309,  k310, k311 }, \
 | 
			
		||||
  { k400, k401, KC_NO, k402, k403, KC_NO, KC_NO, k404, k405, KC_NO, k406, k407 } \
 | 
			
		||||
#define XXX KC_NO
 | 
			
		||||
 | 
			
		||||
#define LAYOUT_ortho_5x12_2x225u( \
 | 
			
		||||
    k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0A, k0B, \
 | 
			
		||||
    k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1A, k1B, \
 | 
			
		||||
    k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2A, k2B, \
 | 
			
		||||
    k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3A, k3B, \
 | 
			
		||||
    k40, k41,      k43, k44,           k47, k48,      k4A, k4B \
 | 
			
		||||
) { \
 | 
			
		||||
    { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0A, k0B }, \
 | 
			
		||||
    { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1A, k1B }, \
 | 
			
		||||
    { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2A, k2B }, \
 | 
			
		||||
    { k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3A, k3B }, \
 | 
			
		||||
    { k40, k41, XXX, k43, k44, XXX, XXX, k47, k48, XXX, k4A, k4B } \
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#define LAYOUT_5x12_2x3( \
 | 
			
		||||
  k000, k001, k002, k003, k004, k005, k006, k007, k008, k009, k010, k011, \
 | 
			
		||||
  k100, k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, \
 | 
			
		||||
  k200, k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, \
 | 
			
		||||
  k300, k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311, \
 | 
			
		||||
  k400, k401,             k402,             k403,             k404, k405 \
 | 
			
		||||
) \
 | 
			
		||||
{ \
 | 
			
		||||
  { k000, k001, k002,  k003,  k004, k005,  k006,  k007, k008,  k009,  k010, k011 }, \
 | 
			
		||||
  { k100, k101, k102,  k103,  k104, k105,  k106,  k107, k108,  k109,  k110, k111 }, \
 | 
			
		||||
  { k200, k201, k202,  k203,  k204, k205,  k206,  k207, k208,  k209,  k210, k211 }, \
 | 
			
		||||
  { k300, k301, k302,  k303,  k304, k305,  k306,  k307, k308,  k309,  k310, k311 }, \
 | 
			
		||||
  { k400, k401, KC_NO, KC_NO, k402, KC_NO, KC_NO, k403, KC_NO, KC_NO, k404, k405 } \
 | 
			
		||||
#define LAYOUT_ortho_5x12_2x3u( \
 | 
			
		||||
    k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0A, k0B, \
 | 
			
		||||
    k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1A, k1B, \
 | 
			
		||||
    k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2A, k2B, \
 | 
			
		||||
    k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3A, k3B, \
 | 
			
		||||
    k40, k41,      k43,                     k48,      k4A, k4B \
 | 
			
		||||
) { \
 | 
			
		||||
    { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0A, k0B }, \
 | 
			
		||||
    { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1A, k1B }, \
 | 
			
		||||
    { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2A, k2B }, \
 | 
			
		||||
    { k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3A, k3B }, \
 | 
			
		||||
    { k40, k41, XXX, XXX, k43, XXX, XXX, k48, XXX, XXX, k4A, k4B } \
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#define LAYOUT_ortho_4x12( \
 | 
			
		||||
  k000, k001, k002, k003, k004, k005, k006, k007, k008, k009, k010, k011, \
 | 
			
		||||
  k100, k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, \
 | 
			
		||||
  k200, k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, \
 | 
			
		||||
  k300, k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311 \
 | 
			
		||||
) \
 | 
			
		||||
{ \
 | 
			
		||||
  { k000, k001, k002, k003, k004, k005, k006, k007, k008, k009, k010, k011 }, \
 | 
			
		||||
  { k100, k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111 }, \
 | 
			
		||||
  { k200, k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211 }, \
 | 
			
		||||
  { k300, k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311 }, \
 | 
			
		||||
  {KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO} \
 | 
			
		||||
    k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0A, k0B, \
 | 
			
		||||
    k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1A, k1B, \
 | 
			
		||||
    k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2A, k2B, \
 | 
			
		||||
    k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3A, k3B \
 | 
			
		||||
) { \
 | 
			
		||||
    { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0A, k0B }, \
 | 
			
		||||
    { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1A, k1B }, \
 | 
			
		||||
    { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2A, k2B }, \
 | 
			
		||||
    { k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3A, k3B }, \
 | 
			
		||||
    { XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX } \
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#define LAYOUT_4x12_MIT( \
 | 
			
		||||
  k000, k001, k002, k003, k004, k005, k006, k007, k008, k009, k010, k011, \
 | 
			
		||||
  k100, k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, \
 | 
			
		||||
  k200, k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, \
 | 
			
		||||
  k300, k301, k302, k303, k304, k305,       k306, k307, k308, k309, k310 \
 | 
			
		||||
) \
 | 
			
		||||
{ \
 | 
			
		||||
  { k000, k001, k002, k003, k004, k005, k006,  k007, k008, k009, k010, k011 }, \
 | 
			
		||||
  { k100, k101, k102, k103, k104, k105, k106,  k107, k108, k109, k110, k111 }, \
 | 
			
		||||
  { k200, k201, k202, k203, k204, k205, k206,  k207, k208, k209, k210, k211 }, \
 | 
			
		||||
  { k300, k301, k302, k303, k304, k305, KC_NO, k306, k307, k308, k309, k310 }, \
 | 
			
		||||
  {KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO} \
 | 
			
		||||
#define LAYOUT_planck_mit( \
 | 
			
		||||
    k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0A, k0B, \
 | 
			
		||||
    k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1A, k1B, \
 | 
			
		||||
    k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2A, k2B, \
 | 
			
		||||
    k30, k31, k32, k33, k34,    k35,   k36, k37, k38, k39, k3A \
 | 
			
		||||
) { \
 | 
			
		||||
    { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0A, k0B }, \
 | 
			
		||||
    { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1A, k1B }, \
 | 
			
		||||
    { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2A, k2B }, \
 | 
			
		||||
    { k30, k31, k32, k33, k34, k35, XXX, k36, k37, k38, k39, k3A }, \
 | 
			
		||||
    { XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX } \
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#define LAYOUT_4x12_2x225( \
 | 
			
		||||
  k000, k001, k002, k003, k004, k005, k006, k007, k008, k009, k010, k011, \
 | 
			
		||||
  k100, k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, \
 | 
			
		||||
  k200, k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, \
 | 
			
		||||
  k300, k301,       k302, k303,             k304, k305,       k306, k307 \
 | 
			
		||||
) \
 | 
			
		||||
{ \
 | 
			
		||||
  { k000, k001, k002,  k003, k004, k005,  k006,  k007, k008, k009,  k010, k011 }, \
 | 
			
		||||
  { k100, k101, k102,  k103, k104, k105,  k106,  k107, k108, k109,  k110, k111 }, \
 | 
			
		||||
  { k200, k201, k202,  k203, k204, k205,  k206,  k207, k208, k209,  k210, k211 }, \
 | 
			
		||||
  { k300, k301, KC_NO, k302, k303, KC_NO, KC_NO, k304, k305, KC_NO, k306, k307 }, \
 | 
			
		||||
  {KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO} \
 | 
			
		||||
#define LAYOUT_ortho_4x12_2x225u( \
 | 
			
		||||
    k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0A, k0B, \
 | 
			
		||||
    k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1A, k1B, \
 | 
			
		||||
    k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2A, k2B, \
 | 
			
		||||
    k30, k31,      k33, k34,           k37, k38,      k3A, k3B \
 | 
			
		||||
) { \
 | 
			
		||||
    { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0A, k0B }, \
 | 
			
		||||
    { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1A, k1B }, \
 | 
			
		||||
    { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2A, k2B }, \
 | 
			
		||||
    { k30, k31, XXX, k33, k34, XXX, XXX, k37, k38, XXX, k3A, k3B }, \
 | 
			
		||||
    { XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX } \
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#define LAYOUT_4x12_2x3( \
 | 
			
		||||
  k000, k001, k002, k003, k004, k005, k006, k007, k008, k009, k010, k011, \
 | 
			
		||||
  k100, k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, \
 | 
			
		||||
  k200, k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, \
 | 
			
		||||
  k300, k301, k302,       k303,             k304,       k305, k306, k307 \
 | 
			
		||||
) \
 | 
			
		||||
{ \
 | 
			
		||||
  { k000, k001, k002, k003,  k004, k005,  k006,  k007, k008,  k009, k010, k011 }, \
 | 
			
		||||
  { k100, k101, k102, k103,  k104, k105,  k106,  k107, k108,  k109, k110, k111 }, \
 | 
			
		||||
  { k200, k201, k202, k203,  k204, k205,  k206,  k207, k208,  k209, k210, k211 }, \
 | 
			
		||||
  { k300, k301, k302, KC_NO, k303, KC_NO, KC_NO, k304, KC_NO, k305, k306, k307 }, \
 | 
			
		||||
  {KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO} \
 | 
			
		||||
#define LAYOUT_ortho_4x12_2x3u( \
 | 
			
		||||
    k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0A, k0B, \
 | 
			
		||||
    k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1A, k1B, \
 | 
			
		||||
    k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2A, k2B, \
 | 
			
		||||
    k30, k31, k32,      k34,           k37,      k39, k3A, k3B \
 | 
			
		||||
) { \
 | 
			
		||||
    { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0A, k0B }, \
 | 
			
		||||
    { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1A, k1B }, \
 | 
			
		||||
    { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2A, k2B }, \
 | 
			
		||||
    { k30, k31, k32, XXX, k34, XXX, XXX, k37, XXX, k39, k3A, k3B }, \
 | 
			
		||||
    { XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX, XXX } \
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,12 +1,12 @@
 | 
			
		|||
# Quark
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
The Quark PCB is a modified layout for the Planck by OLKB. It's similar to a Planck, but the bottom row was designed to be more useable-larger than 1u keys.  
 | 
			
		||||
The Quark PCB is a modified layout for the Planck by OLKB. It's similar to a Planck, but the bottom row was designed to be more useable-larger than 1u keys.
 | 
			
		||||
 | 
			
		||||
Keyboard Maintainer: [Nasp](https://github.com/npspears)  
 | 
			
		||||
Hardware Supported: Planck  
 | 
			
		||||
Hardware Availability: https://forms.gle/ZpGtQjBNtsbuSV767
 | 
			
		||||
* Keyboard Maintainer: [Nasp](https://github.com/npspears)
 | 
			
		||||
* Hardware Supported: Planck
 | 
			
		||||
* Hardware Availability: https://forms.gle/ZpGtQjBNtsbuSV767
 | 
			
		||||
 | 
			
		||||
Make example for this keyboard (after setting up your build environment):
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -12,6 +12,7 @@ MOUSEKEY_ENABLE = no        # Mouse keys
 | 
			
		|||
EXTRAKEY_ENABLE = yes       # Audio control and System control
 | 
			
		||||
CONSOLE_ENABLE = no         # Console for debug
 | 
			
		||||
COMMAND_ENABLE = yes        # Commands for debug and configuration
 | 
			
		||||
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | 
			
		||||
SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend
 | 
			
		||||
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
 | 
			
		||||
NKRO_ENABLE = yes           # USB Nkey Rollover
 | 
			
		||||
| 
						 | 
				
			
			@ -21,4 +22,4 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth
 | 
			
		|||
AUDIO_ENABLE = no           # Audio output
 | 
			
		||||
UNICODE_ENABLE = yes        # Unicode
 | 
			
		||||
 | 
			
		||||
LAYOUTS = ortho_4x12
 | 
			
		||||
LAYOUTS = ortho_4x12 planck_mit
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue