Initial commit
This commit is contained in:
		
						commit
						da1c3ddd00
					
				
					 5 changed files with 106 additions and 0 deletions
				
			
		
							
								
								
									
										5
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,5 @@ | |||
| on: [push, pull_request, workflow_dispatch] | ||||
| 
 | ||||
| jobs: | ||||
|   build: | ||||
|     uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main | ||||
							
								
								
									
										19
									
								
								build.yaml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								build.yaml
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,19 @@ | |||
| # This file generates the GitHub Actions matrix | ||||
| # For simple board + shield combinations, add them | ||||
| # to the top level board and shield arrays, for more | ||||
| # control, add individual board + shield combinations to | ||||
| # the `include` property, e.g: | ||||
| # | ||||
| # board: [ "nice_nano_v2" ] | ||||
| # shield: [ "corne_left", "corne_right" ] | ||||
| # include: | ||||
| #   - board: bdn9_rev2 | ||||
| #   - board: nice_nano_v2 | ||||
| #     shield: reviung41 | ||||
| # | ||||
| --- | ||||
| include: | ||||
|   - board: nice_nano_v2 | ||||
|     shield: corne_left nice_view_adapter nice_view | ||||
|   - board: nice_nano_v2 | ||||
|     shield: corne_right nice_view_adapter nice_view | ||||
							
								
								
									
										12
									
								
								config/corne.conf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								config/corne.conf
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,12 @@ | |||
| # Uncomment the following line to enable deep sleep | ||||
| # CONFIG_ZMK_SLEEP=y | ||||
| 
 | ||||
| # Uncomment the following line to increase the keyboard's wireless range | ||||
| CONFIG_BT_CTLR_TX_PWR_PLUS_8=y | ||||
| 
 | ||||
| # Enable eager debouncing | ||||
| CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1 | ||||
| CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=7 | ||||
| 
 | ||||
| # Uncomment the following line to enable USB Logging (this increases power usage by a significant amount, turn it off when not in use) | ||||
| # CONFIG_ZMK_USB_LOGGING=y | ||||
							
								
								
									
										59
									
								
								config/corne.keymap
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										59
									
								
								config/corne.keymap
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,59 @@ | |||
| /* | ||||
|  * Copyright (c) 2020 The ZMK Contributors | ||||
|  * | ||||
|  * SPDX-License-Identifier: MIT | ||||
|  */ | ||||
| 
 | ||||
| #include <behaviors.dtsi> | ||||
| #include <dt-bindings/zmk/keys.h> | ||||
| #include <dt-bindings/zmk/bt.h> | ||||
| 
 | ||||
| / { | ||||
|         keymap { | ||||
|                 compatible = "zmk,keymap"; | ||||
| 
 | ||||
|                 default_layer { | ||||
| // ----------------------------------------------------------------------------------------- | ||||
| // |  TAB |  Q  |  W  |  E  |  R  |  T  |   |  Y  |  U   |  I  |  O  |  P  | BKSP | | ||||
| // | CTRL |  A  |  S  |  D  |  F  |  G  |   |  H  |  J   |  K  |  L  |  ;  |  '   | | ||||
| // | SHFT |  Z  |  X  |  C  |  V  |  B  |   |  N  |  M   |  ,  |  .  |  /  | ESC  | | ||||
| //                    | GUI | LWR | SPC |   | ENT | RSE  | ALT | | ||||
|                         display-name = "Base"; | ||||
|                         bindings = < | ||||
|    &kp TAB   &kp Q &kp W &kp E &kp R &kp T   &kp Y &kp U  &kp I     &kp O   &kp P    &kp BSPC | ||||
|    &kp LCTRL &kp A &kp S &kp D &kp F &kp G   &kp H &kp J  &kp K     &kp L   &kp SEMI &kp SQT | ||||
|    &kp LSHFT &kp Z &kp X &kp C &kp V &kp B   &kp N &kp M  &kp COMMA &kp DOT &kp FSLH &kp ESC | ||||
|                   &kp LGUI &mo 1 &kp SPACE   &kp RET &mo 2 &kp RALT | ||||
|                         >; | ||||
|                 }; | ||||
|                 lower_layer { | ||||
| // ----------------------------------------------------------------------------------------- | ||||
| // |  TAB |  1  |  2  |  3  |  4  |  5  |   |  6  |  7  |  8  |  9  |  0  | BKSP | | ||||
| // | BTCLR| BT1 | BT2 | BT3 | BT4 | BT5 |   | LFT | DWN |  UP | RGT |     |      | | ||||
| // | SHFT |     |     |     |     |     |   |     |     |     |     |     |      | | ||||
| //                    | GUI |     | SPC |   | ENT |     | ALT | | ||||
|                         display-name = "Lower"; | ||||
|                         bindings = < | ||||
|    &kp TAB    &kp N1       &kp N2       &kp N3       &kp N4       &kp N5         &kp N6   &kp N7   &kp N8 &kp N9    &kp N0 &kp BSPC | ||||
|    &bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4   &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans &trans | ||||
|    &kp LSHFT  &trans       &trans       &trans       &trans       &trans         &trans   &trans   &trans &trans    &trans &trans | ||||
|                           	        &kp LGUI     &trans       &kp SPACE      &kp RET  &trans   &kp RALT | ||||
|                         >; | ||||
|                 }; | ||||
| 
 | ||||
|                 raise_layer { | ||||
| // ----------------------------------------------------------------------------------------- | ||||
| // |  TAB |  !  |  @  |  #  |  $  |  %  |   |  ^  |  &  |  *  |  (  |  )  | BKSP | | ||||
| // | CTRL |     |     |     |     |     |   |  -  |  =  |  [  |  ]  |  \  |  `   | | ||||
| // | SHFT |     |     |     |     |     |   |  _  |  +  |  {  |  }  | "|" |  ~   | | ||||
| //                    | GUI |     | SPC |   | ENT |     | ALT | | ||||
|                         display-name = "Raise"; | ||||
|                         bindings = < | ||||
|    &kp  TAB  &kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT   &kp CARET &kp AMPS  &kp KP_MULTIPLY &kp LPAR &kp RPAR &kp BSPC | ||||
|    &kp LCTRL &trans   &trans &trans   &trans   &trans      &kp MINUS &kp EQUAL &kp LBKT        &kp RBKT &kp BSLH &kp GRAVE | ||||
|    &kp LSHFT &trans   &trans &trans   &trans   &trans      &kp UNDER &kp PLUS  &kp LBRC        &kp RBRC &kp PIPE &kp TILDE | ||||
|                     	     &kp LGUI &trans   &kp SPACE   &kp RET   &trans    &kp RALT | ||||
|                         >; | ||||
|                 }; | ||||
|         }; | ||||
| }; | ||||
							
								
								
									
										11
									
								
								config/west.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								config/west.yml
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | |||
| manifest: | ||||
|   remotes: | ||||
|     - name: zmkfirmware | ||||
|       url-base: https://github.com/zmkfirmware | ||||
|   projects: | ||||
|     - name: zmk | ||||
|       remote: zmkfirmware | ||||
|       revision: main | ||||
|       import: app/west.yml | ||||
|   self: | ||||
|     path: config | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 GitHub
							GitHub