qmk_firmware/keyboards/jorne
Ryan 5e4b076af3
Remove legacy keycodes, part 5 (#18710)
* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
2022-10-15 22:29:43 +01:00
..
keymaps Remove legacy keycodes, part 5 (#18710) 2022-10-15 22:29:43 +01:00
rev1 Merge remote-tracking branch 'upstream/master' into develop 2022-08-20 10:55:40 +10:00
config.h [Keyboard] Add Jorne (#15461) 2021-12-16 19:28:29 +11:00
jorne.c [Keyboard] Add Jorne (#15461) 2021-12-16 19:28:29 +11:00
jorne.h [Keyboard] removed extra layout from jorne.h (#15491) 2021-12-16 08:45:21 -08:00
post_config.h [Keyboard] Add Jorne (#15461) 2021-12-16 19:28:29 +11:00
readme.md RESET -> QK_BOOT keyboard readme (#18110) 2022-08-20 11:34:17 +01:00
rules.mk [Keyboard] Add Jorne (#15461) 2021-12-16 19:28:29 +11:00

Jorne

Jorne is essentially Corne but with an extra keys for brackets and international layouts (44 keys instead of 42).

Bootloader

Enter the bootloader in 2 ways:

  • Physical reset button: Briefly press the reset button on the PCB
  • Keycode in layout: Press the key mapped to QK_BOOT

Make

Make example for this keyboard (after setting up your build environment):

make jorne/rev1:default

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.