+Atmega32u4 Fuse/Lock Bits for Planck/Atomic/Preonic
+=========================
+
+ Low Fuse: 0x5E
+ High Fuse: 0x99
+ Extended Fuse: 0xF3
+ Lock Byte: 0xFF
+
+
ATMega168P Fuse/Lock Bits
=========================
This configuration is from usbasploader's Makefile.
# | | +----- LB 2..1 (No memory lock features enabled)
# | +--------- BLB0 2..1 (No restrictions for SPM or LPM accessing the Application section)
# +--------------- BLB1 2..1 (No restrictions for SPM or LPM accessing the Boot Loader section)
+
#include "ergodox_ez.h"
#include "debug.h"
#include "action_layer.h"
-#include "keymap_extras/keymap_german.h"
+#include "keymap_german.h"
#define BASE 0 // default layer
#define SYMB 1 // symbols
#include "ergodox_ez.h"
#include "debug.h"
#include "action_layer.h"
-#include "keymap_extras/keymap_bepo.h"
+#include "keymap_bepo.h"
#define BASE 0 // default layer
#define QWER 1 // qwerty compat layer
#include "ergodox_ez.h"
#include "debug.h"
#include "action_layer.h"
-#include "../../../../quantum/keymap_extras/keymap_norwegian.c"
+#include "keymap_norwegian.h"
#define BASE 0 // default layer
#define BASE_MAC 1 // default layer mac
#include "ergodox_ez.h"
#include "debug.h"
#include "action_layer.h"
-#include "keymap_extras/keymap_german.h"
+#include "keymap_german.h"
// Layer names
#define BASE 0 // default layer
#include "ergodox_ez.h"
#include "action_layer.h"
#include "keymap.h"
-#include "keymap_extras/keymap_german.h"
+#include "keymap_german.h"
#define UC_ASYMPTOTICALLY_EQUAL_TO 0
#define UC_DIVISION_SIGN 1
#include "ergodox_ez.h"
#include "debug.h"
#include "action_layer.h"
-#include "keymap_extras/keymap_german.h"
+#include "keymap_german.h"
// Layer names
#define BASE 0 // default layer
#include "ergodox_ez.h"
#include "debug.h"
#include "action_layer.h"
-#include "keymap_extras/keymap_colemak.h"
+#include "keymap_colemak.h"
enum {
BASE = 0,
#include "keymap_nordic.h"
#include "keymap_dvorak.h"
#include "keymap_german.h"
-#include "keymap_norwegian.c"
+#include "keymap_norwegian.h"
#include "keymap_fr_ch.h"
#include "keymap_german_osx.h"
#include "keymap_spanish.h"
#include "keymap_nordic.h"
#include "keymap_dvorak.h"
#include "keymap_german.h"
-#include "keymap_norwegian.c"
+#include "keymap_norwegian.h"
#include "keymap_fr_ch.h"
#include "keymap_german_osx.h"
#include "keymap_spanish.h"
#include "ergodox_ez.h"
#include "debug.h"
#include "action_layer.h"
-#include "keymap_extras/keymap_neo2.h"
+#include "keymap_neo2.h"
// Layer names
#define BASE 0 // default layer
*/
#include "keymap.h"
-#include "keymap_extras/keymap_german.h"
+#include "keymap_german.h"
#include "backlight.h"
#include "debug.h"
#include "action_layer.h"
#define KEYMAP_NEO2
#include "keymap.h"
-#include "keymap_extras/keymap_german.h"
+#include "keymap_german.h"
#define NEO_A KC_D
#define NEO_B KC_N
+++ /dev/null
-#ifndef KEYMAP_NORWEGIAN_H
-#define KEYMAP_NORWEGIAN_H
-
-#include "keymap_nordic.h"
-
-// There are slight differrences in the keyboards in the nordic contries
-
-// Norwegian redifinitions from the nordic keyset
-#undef NO_ACUT
-#define NO_ACUT ALGR(NO_BSLS) // ´
-#undef NO_AE
-#define NO_AE KC_QUOT // æ
-#undef NO_BSLS
-#define NO_BSLS KC_EQL // '\'
-#undef NO_CIRC
-#define NO_CIRC LSFT(C_RBRC) // ^
-#undef NO_GRV
-#define NO_GRV LSFT(NO_BSLS) //
-#undef NO_OSLH
-#define NO_OSLH KC_SCLN // ø
-#undef NO_PIPE
-#define NO_PIPE KC_GRV // |
-
-// Additional norwegian keys not defined in the nordic keyset
-#define NO_AA KC_LBRC // å
-#define NO_ASTR LSFT(KC_BSLS) // *
-
-// Norwegian unique MAC characters
-#define NO_ACUT_MAC KC_EQL // =
-#define NO_APOS_MAC KC_NUBS // '
-#define NO_AT_MAC KC_BSLS // @
-#define NO_BSLS_MAC ALGR(LSFT(KC_7)) // '\'
-#define NO_DLR_MAC LSFT(KC_4) // $
-#define NO_GRV_MAC ALGR(NO_BSLS) // `
-#define NO_GRTR_MAC LSFT(KC_GRV) // >
-#define NO_LCBR_MAC ALGR(LSFT(KC_8)) // }
-#define NO_LESS_MAC KC_GRV // >
-#define NO_PIPE_MAC ALGR(KC_7) // |
-#define NO_RCBR_MAC ALGR(LSFT(KC_9)) // }
-
-#endif
--- /dev/null
+#ifndef KEYMAP_NORWEGIAN_H
+#define KEYMAP_NORWEGIAN_H
+
+#include "keymap_nordic.h"
+
+// There are slight differrences in the keyboards in the nordic contries
+
+// Norwegian redifinitions from the nordic keyset
+#undef NO_ACUT
+#define NO_ACUT ALGR(NO_BSLS) // ´
+#undef NO_AE
+#define NO_AE KC_QUOT // æ
+#undef NO_BSLS
+#define NO_BSLS KC_EQL // '\'
+#undef NO_CIRC
+#define NO_CIRC LSFT(C_RBRC) // ^
+#undef NO_GRV
+#define NO_GRV LSFT(NO_BSLS) //
+#undef NO_OSLH
+#define NO_OSLH KC_SCLN // ø
+#undef NO_PIPE
+#define NO_PIPE KC_GRV // |
+
+// Additional norwegian keys not defined in the nordic keyset
+#define NO_AA KC_LBRC // å
+#define NO_ASTR LSFT(KC_BSLS) // *
+
+// Norwegian unique MAC characters
+#define NO_ACUT_MAC KC_EQL // =
+#define NO_APOS_MAC KC_NUBS // '
+#define NO_AT_MAC KC_BSLS // @
+#define NO_BSLS_MAC ALGR(LSFT(KC_7)) // '\'
+#define NO_DLR_MAC LSFT(KC_4) // $
+#define NO_GRV_MAC ALGR(NO_BSLS) // `
+#define NO_GRTR_MAC LSFT(KC_GRV) // >
+#define NO_LCBR_MAC ALGR(LSFT(KC_8)) // }
+#define NO_LESS_MAC KC_GRV // >
+#define NO_PIPE_MAC ALGR(KC_7) // |
+#define NO_RCBR_MAC ALGR(LSFT(KC_9)) // }
+
+#endif